TcxvgOptionsBehavior.RowSizing Property
Specifies if a user can change the row height.
Declaration
property RowSizing: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to allow users to drag the bottom edge of a row in a vertical grid control to adjust the row height.
The RowSizing property’s default value is False.
See Also