Subject | Re: [IBO] ColResizing of TIB_Grid during runtime |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-05-24T10:05:32Z |
Hi Ulrich,
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
> I use a 3rd party component for resizing all visible controls on aFirst thing that comes to my mind: write an OnResize event handler for
> 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?
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