Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Tree Collapse/Expanding seriazliation

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

Tree Collapse/Expanding seriazliation
Link Posted: 15-Jan-2006 20:24
Hi,

We need to save te tree collapse/Expand serialization.
Is there a way to do it with FlyGrid?

thanks.
Link Posted: 16-Jan-2006 03:19
There are some ways, it depends from serialization context.
As example you can use ExportToXml/ImportFromXml methods from the TreeView replacement sample.
Also - Node is serialization ready class and this class saves expand/collapse state in the serialization stream.