The ASP.NET MVC Card View offers vertical scrolling. By default, the CardView's height is determined by the number of rows displayed within a page and is controlled by the SettingsPager.SettingsTableLayout.RowsPerPage property. To reduce the CardView's height, you can display a vertical scrollbar by using the Settings.VerticalScrollBarMode property, and specify the height of the scrollable area (in pixels) with the Settings.VerticalScrollableHeight property.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxCardViewDemos |