* UIComboTreeView: 显示CheckBoxes时自己选中节点文字可切换状态

This commit is contained in:
Sunny 2022-05-15 17:26:57 +08:00
parent 0c89806af0
commit e439a7fbad
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,7 @@ namespace Sunny.UI
set
{
treeView.CheckBoxes = value;
treeView.NodeClickChangeCheckBoxes = value;
panel.Visible = CheckBoxes;
}
}

View File

@ -17,7 +17,8 @@
* : 2020-11-11
*
* 2021-07-29: V3.0.5 SelectedNode=null的问题
* 2020-11-11: V3.0.0
* 2021-11-11: V3.0.0
* 2022-05-15: V3.0.8 CheckBoxes时自己选中节点文字可切换状态
******************************************************************************/
using System;