* UIComboTreeView: 节点默认不自动展开
This commit is contained in:
parent
d355ecd814
commit
ed17d205fe
Binary file not shown.
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user