TcxGridTableOptionsCustomize.DataRowSizing Property
Specifies if users can adjust the height of data rows.
#Declaration
Delphi
property DataRowSizing: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
Note If the row indicator is hidden, users cannot change the row height regardless of this property value. |
#Remarks
Set DataRowSizing
and GridView.OptionsView.Indicator properties to True
to allow users to resize the data row height.
#Banded View Limitations
Users cannot resize the data row height if the Position.LineCount property value of any visible banded column exceeds 1
.
#Default Value
The DataRowSizing
property’s default value is False
.
See Also