ComponentOne FlexGrid for WinForms
Outline Tutorial
FlexGrid for WinForms Tutorials > Outline Tutorial

This tutorial shows how you can use the C1FlexGrid as an outliner to display structured (or hierarchical) data. When used as an outliner, the C1FlexGrid control behaves like a Tree control, displaying nodes that can be collapsed or expanded to show branches containing subordinate data.

The tutorial allows you to load an XML document into the grid, where it is displayed as a tree. Here is what the final application will look like:


See Also