TcxvgOptionsBehavior.HeaderSizing Property
Specifies row headers resizing availability.
Declaration
property HeaderSizing: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
The HeaderSizing property specifies whether the user can change row headers width.
If the value of the HeaderSizing is True the user can drag the right edge of the header column to resize row header column width.
The default value of the HeaderSizing property is True.
See Also