Hi,
In VWG there was the TreeNode.Checkbox property, which could take a value from the enumeration CheckboxVisibility (to basically make individual nodes checkboxes visibile or not, see attached, where checkboxes are visible only under level 2). This is very useful when one wants to show or hide a TreeNode’s checkbox based on a condition (for example node level/depth, node type, children nodes’ selection etc). Can we have such a property in our TreeNode too?
Best,
Alex
Hi Alex,
WJ-7613 is also included in build 1.2.63
From our release notes:
– Added TreeNode.CheckBox [null | true | false]. When null it inherits from TreeView.CheckBoxes. When false the checkbox is suppressed. When true, the checkbox is shown even when TreeView.CheckBoxes is false.
Hope that helps.
Best regards
Frank
Hi Alex,
for now I have logged WJ-7613 for that enhancement request.
We´ll keep you updated.
Best regards
Frank
Hi guys,
Any news on this?
Best,
Alex