Skip to main content

TdxGanttControlSheetOptions.CellAutoHeight Property

Specifies if a sheet cell changes its height to fit the content.

Declaration

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