This sample illustrates a multicolumn list box with headers used independently from a grid.
Features
The grid list control is a System.Windows.Forms.ListControl-derived object.
It is the basis for Essential Grid's DropDownGridListControl, which is a cell control.
It includes icons and fully formatted columns through the GridControl object, which is the basis for the control.
It uses this embedded GridControl object to hold data.
By using the GridListControl.Grid member, the appearance of the grid list can be customized through the GridControl object.