Sorry, last tree question...currently changing out our .NET tree's to the UltraTree.
on a node removal how can I make it go the first previous node instead of the next node? I currently have it like this, but was hoping maybe there was a setting on the tree itself:
utvProjectView.ActiveNode.Remove();
utvProjectView.ActiveNode = utvProjectView.ActiveNode.PrevVisibleNode;
Thanks.
Hi,
The ultraTree control behaves as the Microsoft treeView. So by default you couldn’t change the direction of the selection when removing nodes.
Please let me know if you have any other questions.
Sincerely,
Stefaniya