Skip to main content
A newer version of this page is available. .

Vertical Scrolling

By default, the ASPxCardView‘s height is specified by the height of three cards. The maximum number of cards that can be displayed is specified by the CardViewFlowLayoutSettings.ItemsPerPage property for the Flow layout mode, and by the CardViewTableLayoutSettings.RowsPerPage and CardViewTableLayoutSettings.ColumnCount properties for the Table layout mode, respectively.

To reduce a grid’s height, you can display its vertical scrollbar and specify the height of the scrollable area.

ASPxCardView_ScrollableArea

To do this, use the following properties.

Note that when scrolling is enabled, width dimension properties (e.g., a grid’s ASPxWebControl.Width, a grid column’s WebColumnBase.Width) should be specified. To learn more, see the following help topic: Grid Scrolling and Column Resizing Specifics.