Skip to main content

TcxGridTableOptionsCustomize.ColumnHorzSizing Property

Determines whether the View’s columns can be resized by dragging the sides of column headers.

Declaration

property ColumnHorzSizing: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to True to allow column widths to change by dragging their vertical edges.

The default value of the ColumnHorzSizing property is True.

See Also