* UIComboTreeView: 节点默认不自动展开

This commit is contained in:
Sunny 2022-02-23 22:46:45 +08:00
parent d355ecd814
commit ed17d205fe
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -175,7 +175,7 @@ namespace Sunny.UI
private void UIComboTreeView_ButtonClick(object sender, EventArgs e)
{
ItemForm.Size = ItemSize;
item.TreeView.ExpandAll();
//item.TreeView.ExpandAll();
item.CanSelectRootNode = CanSelectRootNode;
item.Translate();
item.SetDPIScale();