Hello.
I can't seem to find an answer to this. But i was wondering if anyone knew how to toggle thie visibility of a TreeNode?
Thanks for any help.
Pete
Printable View
Hello.
I can't seem to find an answer to this. But i was wondering if anyone knew how to toggle thie visibility of a TreeNode?
Thanks for any help.
Pete
Do you mean collapse and expand it? I believe it has an Expand and Collapse method.
Otherwise if you mean make it actually invisible then I believe you can't. You'd have to actually remove it from the tree and add it back again for visibility.
Bugger, yer i wanted to acutally make it invisble. But, oh well, guess i'll have to resort to removing it then.
Thanks
Pete