Subject | column widths of ib_grid |
---|---|
Author | jeffplata |
Post date | 2006-02-22T04:28:29Z |
How to read and/or set the individual column widths of an ib_grid at
runtime? Something in the line of:
w := ib_grid1.colwidth[1];
ib_grid1.colwidth[1] := 50;
I wanted to know this because I need to resize my form to display all
the columns of a grid (without horiz scrollbars), if possible.
runtime? Something in the line of:
w := ib_grid1.colwidth[1];
ib_grid1.colwidth[1] := 50;
I wanted to know this because I need to resize my form to display all
the columns of a grid (without horiz scrollbars), if possible.