Hello
I would like to know how to autoscroll the Treeview so that a given node can be visible. As an example, consider a new node that is added at the bottom of the tree (out of sight).
Thanks a lot.
Set the UltraTree.TopNode property to reference that node, or use the UltraTreeNode.BringIntoView method.