GridListControl

The GridListControl is a System.Windows.Forms.ListControl-derived object. It uses an embedded GridControl object to hold data. By using this GridListControl.Grid member, the appearance of a list control can be easily controlled through the GridControl object.

The different samples listed below illustrate the various features of the GridListControl:

Getting Started - This sample illustrates a multicolumn list box with headers used independent of a grid

Customization Demo- This sample illustrates customizing the appearance of the grid list control

Drop Down Grid Demo- This sample illustrates a combo box control in a form that displays a grid list control as a drop-down

Visual Style Demo- This sample illustrates the implementation of VisualStyle support in the GridListControl.