Hi Elsa,
One option is,
When you want to hide the node, Add the node to an ArrayList and remove from the TreeView collection.
When you want to show the node, retrive the node from the ArrayList and add it back to the TreeView Collection.
HideTreeNode
Thanks,
Murugan P.S