Stretch Columns property

The Stretch Columns property causes the grid column display of a grid component to resize automatically to the width of the grid component.

When this property is set to False (the default), if the width of all columns in the grid is not enough to fill the display area, there is a blank or empty space to the right of the last column.

When this property is set to True, the behavior depends on which client is being used:

  • In the smart (Windows) client, only the final column is stretched to fill the remaining space.
  • In the web client, all columns are stretched proportionally to fit in the available space.