I used a treeview with scrollable property true. Firstly I generated the treeview. Then I selected a treenode as :
dim node as TreeNode
node=treeview1.Nodes(1)
After that I refresh the treeview in a structured way, like Expanded node as expanded and Collapsed as collapsed.
Then I need to keep...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.