Is there any way I can hide the display of a TreeNode in a TreeView in .NET? I still want the nodes to remain in the tree, but I want to be able to selectively show and hide them programmatically. The ...
I'm working on an RSS reader in .NET 2.0. It's a WinForms app. Like most RSS readers, it's got an outlook-style layout with a TreeView control on the left hand side that holds your feed subscriptions ...