There is probably a very simple answer to this question, but it's hard for me to find it.
Simple, I have a TreeNode, and I would like to make its visibility false. (or another way not to show it until needed).
Change - another question?
I am confused by the fact that there is no Visible attribute, but then there is a property:
Node.PrevVisibleNode;
What is the difference between this and Node.PrevNode ?
Thanks,
source share