Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Visible nodes

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

Visible nodes
Link Posted: 15-Feb-2006 21:46
Hi,
How Can i make sone nodes not visible...?

thanks,Guy
Link Posted: 15-Feb-2006 22:36
See the TreeView Replacement sample - run sample, add nodes, select some node and click Hide Selected to hide selected node.
To hide node, set it's NodeBase.Hidden property to True
[C#]
flyGrid.Selected.Hidden = true;