vcl-cxgridlayoutview-dot-tcxgridlayoutviewoptionsview-1e11ee69.md
Specifies if the Layout View displays only entirely visible cards.
property ShowOnlyEntireRecords: Boolean read; write; default True;
| Type | Default | Description |
|---|---|---|
| Boolean | True |
True if only the whole number of cards is visible; otherwise, False.
|
You can set this property to False to allow the Layout View to display partially visible cards.
|
Value
|
Description
|
Example
| | --- | --- | --- | |
True
|
The View displays only those cards that fit into the currently visible area. Per-pixel record scrolling is impossible in this mode, regardless of the OptionsBehavior.RecordScrollMode property value and the current Touch mode state.
|
| |
False
|
The View can show even partially visible cards in this mode. Per-pixel scrolling is active if:
rsmByPixel.rsmDefault, and the Touch mode is enabled in your application.|
|
The ShowOnlyEntireRecords property’s default value is True.
See Also
TcxGridLayoutViewOptionsView.SingleRecordStretch Property
TcxGridLayoutViewOptionsView.ViewMode Property
TcxGridLayoutViewOptionsView Class