How do I hide a TreeViewNode while displaying its child nodes?
If I set the specified node's Hidden property to true then all of its children are hidden as well.
Basically, I need a dummy root so that I can get the '+' button in front of each immediate child of the (dummy) tree root node.
Thanks.