Hi,
I have a situation which is a little more deep. i have an ultratree with infinite level of nodes, as in i should allow the user to generate as many nodes as the user wants. And on double clicking each and every container node, it should expand/collapse automatically.
//To expand and collapse treenode on double click
treeNode.Override.NodeDoubleClickAction =
NodeDoubleClickAction.ToggleExpansionWhenExpansionIndicatorVisible;
i have set this property while loading the nodes but it works only for parent level nodes.
When or where can i set this property so that it is applicable to all the nodes??
Please reply ASAP.
Regards,
Y_MB