Skip to main content

TcxGridCardViewOptionsView.RowCaptionAutoHeight Property

Determines whether the caption height of Card View rows is automatically changed in order to entirely display the caption text.

Declaration

property RowCaptionAutoHeight: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the RowCaptionAutoHeight property to specify whether the height of Card View rows with long captions are automatically changed in order to display their full captions. The size of a Card View row caption is determined by the Caption property value and the font used to display it.

If RowCaptionAutoHeight is True and the row caption is too large to be displayed in a single line, then the caption is wrapped. The CaptionWidth property specifies the width of a region within which the caption is drawn.

The default value of the RowCaptionAutoHeight property is False.

See Also