Skip to content

Replies

0
Mohammed Yusuf
Mohammed Yusuf answered on Dec 18, 2008 2:17 PM

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