Steps to reproduce: 1) Open TreeViewAdv sample application. 2) Navigate to ”FolderBrowser” tab. 3) Click on the checkbox displayed near each tree node. Expected result: node is checked. Actual result: Checkbox doesn’t work.
The EditEnabled property of the NodeCheckBox is not set to true. Set this property to true in the designer.
In rev 53 default value of this property changed (true -> false). Sample App is not updated.
Log in to post a comment.
The EditEnabled property of the NodeCheckBox is not set to true. Set this property to true in the designer.
In rev 53 default value of this property changed (true -> false). Sample App is not updated.