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 the 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, when scrolling is enabled, width dimension properties (such as a grid’s ASPxWebControl.Width, its column WebColumnBase.Width, etc.) should be specified. To learn more, see the Grid Scrolling and Column Resizing Specifics topic.