TcxGridLayoutViewOptionsView.ViewMode Property
In This Article
Specifies card display modes.
#Declaration
Delphi
property ViewMode: TcxGridLayoutViewViewMode read; write; default lvvmSingleRecord;
#Property Value
Type | Default |
---|---|
Tcx |
lvvm |
#Remarks
Refer to the TcxGridLayoutViewViewMode description, for details.
Note
Layout Views in lvvm
To enable per-pixel content scrolling for Layout Views in lvvmSingleRow or lvvmSingleColumn display mode, use the View’s OptionsBehavior.RecordScrollMode property.
The default value of the ViewMode property is lvvmSingleRecord.
See Also