LayoutViewOptionsMultiRecordMode Properties
Contains options that control the layout of cards when a multiple record display mode is enabled.
Name | Description |
---|---|
Max |
Gets or sets the maximum number of columns displayed in the View. This option is in effect when multiple columns are allowed to be displayed (in Row, Multi |
Max |
Gets or sets the maximum number of rows displayed in the View. This option is in effect when multiple rows are allowed to be displayed (in Column, Multi |
Multi |
Gets or sets the scroll bar’s orientation in multi column display mode. |
Multi |
Gets or sets the scroll bar’s orientation in multi row display mode. |
Stretch |
Gets or sets whether cards are stretched vertically to fully fill the View’s height. This option is in effect when cards are arranged in rows (in Row and Multi |
Stretch |
Gets or sets whether cards are stretched horizontally to fully fill the View’s width. This option is in effect when cards are arranged in columns (in Column and Multi |
See Also