DBScroll v1.1b: Enhanced Database Grid for Delphi and C++Builder
 
This component is a replacement and enhancement for Delphis DBGrid.
It's a fast, flicker-free and flexible database grid. All used
columns (up to 15) are always on the display. If a user enlarges
one column, other columns are resized automatically to exactly fit
in the control. A horizontal scrollbar becomes needless.
DBScroll can display multiple text lines per row. Row height and column
width can be changed with the mouse. It displays the contents of memo
database fields. Rich formatted text (RTF), saved in memo fields, is
automatically decoded and shown as Ansi-Text. With the component it's
easy to switch between the indices of the connected table by clicking
into the header. A special header font indicates the currently used
index. Give individual rows and cells a specific color or text by using
events OnCellSetColor and OnCellSetText. DBScroll gives you better
support for Drag & Drop, it has s Sel(ection)Field below the grid which
shows the text of the currently selected cell or row like a statusline
and has a built in SearchBox for incremental search in the table. All
mouse events (OnClick, OnMouseDown, OnMouseMove, OnMouseUp) are
available and published.
 
Jan Michael Strube, PraxisService
http://ourworld.compuserve.com/homepages/praxisservice/