Subject Re: [IBO] How to get TIB_Grid columns width at runtime??
Author bytelord
thanks for your help.

--- In IBObjects@yahoogroups.com, Lucas Franzen <luc@r...> wrote:
>
>
> > My problem is when the user changes the width of some column at
> > runtime.
> >
> > Is there a way to get the REAL width of the columns in the
ib_grid
> > object at run-time ?? (not the DisplayWidth nor the DefaultWidth)
>
> IB_Query.FieldsDisplayWidth show the real values at run-time.
>
> You can use the OnLayoutChanged event of the IB_Query.
>
> Luc.