How can I hide a node in a TreeView Control. So that the user doesn't see it, but it still exists.
So that I can hide and unhide it.
mfG Pueromane
Printable View
How can I hide a node in a TreeView Control. So that the user doesn't see it, but it still exists.
So that I can hide and unhide it.
mfG Pueromane
Use what as follows.
node_name.visible=false
node_name.visible=true