Home - Forums-.NET - FlyGrid.Net (Windows Forms) - How to Hide a TreeViewNode while Showing its Children?

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

How to Hide a TreeViewNode while Showing its Children?
Link Posted: 30-Aug-2006 05:53
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.
Link Posted: 30-Aug-2006 22:15
Unfortunately it is impossible.
When node is hidden its children is also hidden.