Skip to main content

TcxCustomGridColumnOptions.HorzSizing Property

Specifies whether a user can horizontally resize the column.

Declaration

property HorzSizing: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False to prevent a user from horizontally resizing the column. Otherwise, a user can drag the column’s right edge to change the column width.

It is possible to define the minimum width for a column via its MinWidth property. Use the View’s OptionsCustomize.ColumnHorzSizing property to prevent a user from resizing any of the View columns.

The default value of the HorzSizing property is True.

See Also