Hi,
I have a tree that should be display as follow
+A (disable)
- B (enable)
- C (disable)
But for some reasons, even if I set the property Enabled = true on the B ultratreenode, all nodes are disabled (no selection and gray out).
Any ideas why ?
Thanks in advance
PS: I am using 8.1
You might be able to enable the element, but the node itself will still be disabled and as such, not allowed to be selected, go into edit mode, etc.
Is there any way through creationfilter or something else to achieve this ?
This is by-design behavior; the enabled state of all ancestors is considered when resolving a node's enabled state.