TcxGridLayoutViewOptionsView.SingleRecordStretch Property
Specifies the card stretch option for a single card display mode.
Declaration
property SingleRecordStretch: TcxGridLayoutViewSingleRecordStretch read; write; default srsNone;
Property Value
Type | Default |
---|---|
TcxGridLayoutViewSingleRecordStretch | srsNone |
Remarks
Use this property to specify how the card displayed in lvvmSingleRecord display mode is stretched in the Layout View.
Options include:
Value | Description |
---|---|
srsNone | No card stretching. |
srsHorizontal | The card is stretched horizontally to occupy the entire View’s width. |
srsVertical | The card is stretched vertically to occupy the entire View’s height. |
srsClient | The card is stretched vertically to occupy the entire View’s client area. |
The default value of the SingleRecordStretch property is srsNone.
See Also