vcl-cxgridlayoutview-303bd58c.md
Enumerates card display modes.
TcxGridLayoutViewViewMode = (
lvvmSingleRecord,
lvvmSingleRow,
lvvmMultiRow,
lvvmSingleColumn,
lvvmMultiColumn,
lvvmCarousel
);
| Name |
|---|
lvvmSingleRecord |
lvvmSingleRow |
lvvmMultiRow |
lvvmSingleColumn |
lvvmMultiColumn |
lvvmCarousel |
Options include:
| Value | Description |
|---|---|
| lvvmSingleRecord | A single card is displayed at one time. Use the OptionsView.SingleRecordStretch property to specify how a card is stretched in this mode. |
| lvvmSingleRow | Cards are arranged in a single row. |
| lvvmMultiRow | Cards are arranged in multiple rows. |
| lvvmSingleColumn | Cards are arranged in a single column. |
| lvvmMultiColumn | Cards are arranged in multiple columns. |
| lvvmCarousel | Cards are arranged in an ellipse with transparency, scale, and animation effects that mimic a rolling carousel. You can adjust carousel characteristics using the View’s OptionsView.CarouselMode options. |
See Also