Subject column widths of ib_grid
Author jeffplata
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.