Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Scrolling

Product Name:Chai
Unit Price:$18.00
Quantity Per Unit:10 boxes x 20 bags
Discontinued:
Product Name:Chang
Unit Price:$19.00
Quantity Per Unit:24 - 12 oz bottles
Discontinued:
Product Name:Aniseed Syrup
Unit Price:$10.00
Quantity Per Unit:12 - 550 ml bottles
Discontinued:
Product Name:Chef Anton's Cajun Seasoning
Unit Price:$22.00
Quantity Per Unit:48 - 6 oz jars
Discontinued:
Product Name:Chef Anton's Gumbo Mix
Unit Price:$21.35
Quantity Per Unit:36 boxes
Discontinued:
Product Name:Grandma's Boysenberry Spread
Unit Price:$25.00
Quantity Per Unit:12 - 8 oz jars
Discontinued:
Product Name:Uncle Bob's Organic Dried Pears
Unit Price:$30.00
Quantity Per Unit:12 - 1 lb pkgs.
Discontinued:
Product Name:Northwoods Cranberry Sauce
Unit Price:$40.00
Quantity Per Unit:12 - 12 oz jars
Discontinued:
Product Name:Mishi Kobe Niku
Unit Price:$97.00
Quantity Per Unit:18 - 500 g pkgs.
Discontinued:
Product Name:Ikura
Unit Price:$31.00
Quantity Per Unit:12 - 200 ml jars
Discontinued:
Product Name:Queso Cabrales
Unit Price:$21.00
Quantity Per Unit:1 kg pkg.
Discontinued:
Product Name:Queso Manchego La Pastora
Unit Price:$38.00
Quantity Per Unit:10 - 500 g pkgs.
Discontinued:
Product Name:Konbu
Unit Price:$6.00
Quantity Per Unit:2 kg box
Discontinued:
Product Name:Tofu
Unit Price:$23.25
Quantity Per Unit:40 - 100 g pkgs.
Discontinued:
Product Name:Genen Shouyu
Unit Price:$15.50
Quantity Per Unit:24 - 250 ml bottles
Discontinued:
Product Name:Pavlova
Unit Price:$17.45
Quantity Per Unit:32 - 500 g boxes
Discontinued:
Product Name:Alice Mutton
Unit Price:$39.00
Quantity Per Unit:20 - 1 kg tins
Discontinued:
Product Name:Carnarvon Tigers
Unit Price:$62.50
Quantity Per Unit:16 kg pkg.
Discontinued:
Page 1 of 5 (77 items)Prev12345Next

The DevExpress ASP.NET Card View (ASPxCardView) allows you to display more information in a smaller grid using vertical scroll bars.

By default, grid height is determined by the number of cards displayed within a page, which is controlled 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 the grid's height, display the vertical scrollbar using the VerticalScrollBarMode property, and specify the height of the scrollable area (in pixels) by using the Settings.VerticalScrollableHeight property.

The VerticalScrollBarMode property has the following values.

  • Hidden – the scrollbar is hidden.
  • Visible – the scrollbar is visible.
  • Auto – the scrollbar is automatically shown when the size of the content within the control exceeds the size of the control itself.
Collapse/Expand
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).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxCardViewDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxCardViewDemos