Notifications
Clear all

[Closed] Select dotnet Treeview

 MZ1

we can get fullpath of a node in dotnet Treeview ,
how we can select a node by something like fullpath ? or hierarchical address?

2 Replies

Can you be a little bit more specific ?

You could split the fullpath and use TreeNodeCollection.Find to track your way back to the node.