TdxGridReportLinkOptionsCards.KeepSameHeight Property
Determines whether the cards in a report are resized to the same width when the AutoWidth property is set.
Declaration
property KeepSameHeight: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the KeepSameWidth property to determine whether all cards in a report are displayed with the same width settings when the AutoWidth options is set. If this property value is False, the width of each card is determined based on its individual settings and content.
The default value of the KeepSameHeight property is True.
See Also