Hi,
There is probably a really straightforward answer to this but I'm having difficulty finding it.
Simple, I have a TreeNode and I would like to make its visibility false. (or another way of not allowing it to be shown until required).
Edit - Another Question?
I'm confused as to how there isn't a Visible attribute but then there is the property:
Node.PrevVisibleNode;
What is the difference between this and Node.PrevNode
?
Thanks,