Tree View Search
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Pretty generic question... You have to traverse the tree and for each node find out if the node matches the seach criteria. You can read about tree treversal on wikipedia[^], for example. They mainly disuss binary trees there, but you can easily adjust for nodes having more than 2 children. For the comparison you could use a regular expression and test each tree node's text if it matches the expression.
Regards, mav -- Black holes are the places where God divided by 0...