TFnpListBox is derived from TListBox. In addition to the features of the
standard list box, this component has support for columns, searching, has an
improved delete method, makes it easy to rearrange the item order (either
from code or by the user) and can draw a focus rectangle to indicate what
item the mouse pointer is over when the user drags an object over the
control. Shareware $10.

New features in version 2.0:

· The control now uses "true" columns instead of tab stops. This means that
if one column is too wide, it is truncated and the columns to the right are
not affected.
· A new property Cols that has a property editor to set the columns at
design time.
· You can set the alignment of each column (left, right or center).
· You can set the spacing between columns (1 - 9 pixels).
· You can specify whether each column should be owner draw or not. If a
column has the style set to owner draw, OnCellDraw is called.
· The control now has a horizontal scrollbar.
· It is now possible to rearrange the items by using drag-and-drop (like the
list boxes in Delphi's "Environment Options" dialog box).
· The control can draw a focus rectangle to indicate what item the mouse
pointer is over when the user drags an object over the control.

Regards,
Fredrik Nordbakke
FNP