Subject Re: [IBO] ColResizing of TIB_Grid during runtime
Author Ulrich
Hello Paul,

> First thing that comes to my mind: write an OnResize event handler for
> the grid and have it call TIB_Grid.StretchGridColumns.

I had the same idea, but what is the direkt way to the widths of the
columns? They are defined in property FieldsDisplayWidth which is a
TStringList. Is there a better way than to readout and refill the
TStringList? Is there a faster way than to to it with some string
manipulations?

Best regards - Ulrich