In the tree structure, I give the end user the option to hide or show certain nodes. This hiding or showing must apply to all subnodes and subitems below the selected node. Currently, I'm going through the entire tree line by line to determine whether an item should be shown or hidden.
Is there a way to hide or show a node and all its subitems with a single command?