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

TcxvgOptionsView.RowHeaderMinWidth Property

Specifies the minimum width of a row header, in pixels.

#Declaration

Delphi
property RowHeaderMinWidth: Integer read; write; default 24;

#Property Value

Type Default Description
Integer 24

The minimum row header width, in pixels.

#Remarks

Use this property to adjust the minimum width of row headers specified by the RowHeaderWidth property. The RowHeaderMinWidth property limits the capability to shrink row headers both programmatically and by users.

You can set the vertical grid’s OptionsBehavior.HeaderSizing to True to allow end-users to resize headers.

The default RowHeaderMinWidth property value is 24.

See Also