Skip to main content

TcxGridCardView.RowLayout Property

Specifies the card row layout.

Declaration

property RowLayout: TcxGridCardViewRowLayout read; write; default rlHorizontal;

Property Value

Type Default
TcxGridCardViewRowLayout rlHorizontal

Remarks

A Card View allows you to specify one of two types of card row layout:

  • RowLayout property is rlHorizontal – card rows are collected in a row, from left to right:

  • RowLayout property is rlVertical – card rows are collected in a column, one under another:

Additionally, a card can be split into an arbitrary number of rows or columns. When using a split layout, rows and columns are named “layers“. To create multiple layers in a card, set the Position.BeginsLayer property of card rows that start new layers to True.

The default value of the RowLayout property is rlHorizontal.

See Also