Subject Re: grid question
Author Svein Erling Tysvær
--- In IBObjects@yahoogroups.com, "nxciro" wrote:
> Hello
>
> Is there a way to dynamically change the column witdhs of an
> ib_grid after it was populated from a ib_query , so that all
> columns are adjusted to a size corresponding to the widest
> displayed data in each respective column ?

In general, since IBO is datadriven, you set the FieldsDisplayWidth of
the tib_query rather than a property on the tib_grid itself.

HTH,
Set