TcxGridLayoutViewOptionsView.ShowOnlyEntireRecords Property
In This Article
Specifies if the Layout View displays only entirely visible cards.
#Declaration
Delphi
property ShowOnlyEntireRecords: Boolean read; write; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
#Remarks
You can set this property to False
to allow the Layout View to display partially visible cards.
Value | Description | Example |
---|---|---|
| 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 Options | |
| The View can show even partially visible cards in this mode. Per-pixel scrolling is active if:
|
#Default Value
The ShowOnlyEntireRecords
property’s default value is True
.
See Also