Subject | Re: [IBO] ColResizing of TIB_Grid during runtime |
---|---|
Author | Ulrich |
Post date | 2003-05-24T20:02:32Z |
Hello Paul,
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
> First thing that comes to my mind: write an OnResize event handler forI had the same idea, but what is the direkt way to the widths of the
> the grid and have it call TIB_Grid.StretchGridColumns.
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