Hi all,
I would like to store some data from TreeNode.FullPath and then later i would like to re-expand everything up to that point. Is there a simple way of doing it?
Thanks a lot!
Hi all,
I would like to store some data from TreeNode.FullPath and then later i would like to re-expand everything up to that point. Is there a simple way of doing it?
Thanks a lot!
I had a similar problem (but I just wanted to find the treenode again) and found this:
http://c-sharpe.blogspot.com/2010/01/get-treenode-from-full-path.html
i know it only answers part of your problem, but better than no replies at all ;)