[SOLVED] TreeNode individual Checkbox

Answered Closed
0
0

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

  • You must to post comments
Best Answer
0
0

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

 

  • You must to post comments
0
0

Hi guys,

Any news on this?

Best,
Alex

  • You must to post comments
0
0

Hi Alex,

for now I have logged WJ-7613 for that enhancement request.

We´ll keep you updated.

Best regards
Frank

  • You must to post comments
0
0

Great, thanks.

A

  • You must to post comments
Showing 4 results