Is it possible to reposition the Node in Webtree? I could do the same in Wintree by using the method "Reposition".
Thanks
Saran
Vince
Thanks for your Quick Reply
saravanant said:So there is no direct method to reposition the node?
saravanant said:So in that in case of the node having multiple childs, we need to programmatically take care of their repositioning as well right?
So there is no direct method to reposition the node? So in that in case of the node having multiple childs, we need to programmatically take care of their repositioning as well right?
You can get a reference to the node, remove it from its owning collection using the collection's Remove() or RemoveAt() methods, and re-insert it to the same collection using the collection's Insert() method.