TAbstractdxGridReportLink.RowAutoHeight Property
In This Article
Determines whether to calculate cell height automatically.
#Declaration
Delphi
property RowAutoHeight: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Setting the RowAutoHeight property to True forces all cells in a row to have the maximum height dependent upon the text font.
The default value of this property is False.
See Also