Subject | Re: [IBO] How to get TIB_Grid columns width at runtime?? |
---|---|
Author | Lucas Franzen |
Post date | 2004-03-25T21:45:26Z |
> My problem is when the user changes the width of some column atIB_Query.FieldsDisplayWidth show the real values at run-time.
> 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)
You can use the OnLayoutChanged event of the IB_Query.
Luc.