Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4160
Ensuring visibility for a given node
posted

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.

Parents
No Data
Reply
  • 69832
    Offline posted

    Set the UltraTree.TopNode property to reference that node, or use the UltraTreeNode.BringIntoView method.

Children
No Data