Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1139 Points
201 Posts
Jan 23, 2007 12:22 PM|LINK
You could try using the FindNode method of the TreeView control, Examples here this will return the TreeNode, then you can call the Expand method of the node, Example here
I hope this helps you.
Treeview FindNode TreeNode
Hope4sun
Participant
1139 Points
201 Posts
Re: Treeview - Select Node Programatically
Jan 23, 2007 12:22 PM|LINK
You could try using the FindNode method of the TreeView control, Examples here this will return the TreeNode, then you can call the Expand method of the node, Example here
I hope this helps you.
Treeview FindNode TreeNode