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

> I use a 3rd party component for resizing all visible controls on a
> form after resizing the underlaying form. Unfortuanely the ColWidth
> of the TIB_Grids seems to stay constant. How can I dynamicaly resize
> the ColWidth by code after resizing the form?

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

BTW: I think it's a good thing that the column widths aren't changed
automatically. In most situations I'd rather have a horizontal
scrolbarr than colums that become so narrow you can't read the data
anymore.


Greetings,
Paul Vinkenoog