TcxGridLayoutViewOptionsView.ViewMode Property
Specifies card display modes.
Declaration
property ViewMode: TcxGridLayoutViewViewMode read; write; default lvvmSingleRecord;
Property Value
Type | Default |
---|---|
TcxGridLayoutViewViewMode | lvvmSingleRecord |
Remarks
Refer to the TcxGridLayoutViewViewMode description, for details.
Note
Layout Views in lvvmSingleRow, lvvmMultiRow, or lvvmCarousel display mode rotate card captions in collapsed cards (records). Use the dxUseAntialiasingForRotatedText global constant to control if the ClearType antialiasing is applied to a rotated text (including these captions) in your application.
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