LayoutViewOptionsMultiRecordMode Properties
Contains options that control the layout of cards when a multiple record display mode is enabled.Name | Description |
---|---|
MaxCardColumns | 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, MultiRow and MultiColumn view modes). |
MaxCardRows | 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, MultiColumn and MultiRow view modes). |
MultiColumnScrollBarOrientation | Gets or sets the scroll bar’s orientation in multi column display mode. |
MultiRowScrollBarOrientation | Gets or sets the scroll bar’s orientation in multi row display mode. |
StretchCardToViewHeight | 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 MultiRow view modes). |
StretchCardToViewWidth | 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 MultiColumn view modes). |
See Also