Hi,
I'm Using WinTree and binding the tree with DB and tree is showing scrollbar in the right hand side.
Now i'm selecting node dynamically and i'm expanding the rootnode.
All these is working fine only issue is tree is not scrolling till the selected node.
Please late me know how to scroll the tree till selected node.
Thanks
Amit
Hi Amit,
If you want to scroll a node into view, there's a method on the node called "BringIntoView". Or you could use the tree's TopNode property.
Thanks Mike Its working Fine