Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridColumnOptions.HorzSizing Property

Specifies whether a user can horizontally resize the column.

#Declaration

Delphi
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