property PropertiesList.ColumnAutoResize as Boolean

Returns or sets a value indicating whether the control will automatically size its columns to fit on the control's client area.

TypeDescription
Boolean A boolean expression indicating whether the control will automatically size its columns to fit on the control's client area.

Use the ColumnAutoResize property to fit the columns to the control's client area. By default, the ColumnAutoResize property is true. If the ColumnAutoResize property is True, the horizontal scroll bar never appears. The vertical scroll bar appears if there are items that do not fit the control's client area. Use the HeaderVisible property to display the control's header bar.