Subject RE: [IBO] IB_Grid question - StretchColumn
Author Brian K. Woods
> When using ListBoxStyle it is possible to declare a custom column to be
> resized instead of the last one in the list.
Yes. Set the property StretchColumn.

> Can someone add some info to this property, description and intended
> behaviour?
> "instead of the last one" in what list?
When in listmode, the stretchcolumn expands so that the grid fills its
entire width with data, vs. having dead space on the right hand side. If
you don't set stretchcolumn, then the last column ( rightmost ) is the one
that expands.

HTH,
Brian