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