Skip to main content

TcxvgOptionsView.RowHeaderMinWidth Property

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

Declaration

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