TdxGanttControlSheetOptions.CellAutoHeight Property
In This Article
Specifies if a sheet cell changes its height to fit the content.
#Declaration
Delphi
property CellAutoHeight: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
A sheet automatically adjusts cell height according to its content. Set this property to False to use fixed cell heights.
The CellAutoHeight property’s default value is True.
See Also