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

Scrolling

v
v
Photo 
Brand 
SuperheadsSensitive SoundExtra BassAudio PhonesSuperheadsSensitive SoundExtra BassAudio PhonesSuperheadsSensitive Sound
Model 
SH1SB1000EB300AP70SH2SB01EB100AP500SH200SB02
PricingExpand categoryCollapse category
Price 
$250.00$900.00$210.00$350.00$210.00$20.00$370.00$630.00$400.00$100.00
Discount 
30%5%20%15%20%0%25%50%10%10%
Total 
$175.00$855.00$168.00$297.50$168.00$20.00$277.50$315.00$360.00$90.00
SpecificationsExpand categoryCollapse category
Sensitivity, dB 
10310110210310295100105101101
Min Frequency, Hz 
13121215201512162516
Max Frequency, Hz 
23000215002300021000230001900022000230002050022100
Power, MW 
10020015020018050230140300240
Impendance, ohms 
23232122211823242022
Wireless 
Bluetooth 
Sound Isolating 
Water Resistant 
Phone Control 
Carrying Case 
Built In Microphone 
AppearanceExpand categoryCollapse category
Fit 
Over earOn earOver earOver earOver earIn earOver earOver earOver earOn ear
Height, in 
8.358.547.877.527.871.358.188.317.456.35
Width, in 
4.65.435.135.435.130.85.886.125.454.4
Depth, in 
4.36.14.56.14.50.95.96.44.24.5
Weight, lbs 
0.50.530.40.420.40.10.230.540.430.3


The DevExpress ASP.NET MVC Vertical Grid allows you to display more information in a smaller grid using vertical and horizontal scroll bars.

Grid width is determined by the number of columns displayed within a page, which is controlled by the SettingsPager.PageSize property whose default value is 10. Grid width depends on the number of visible columns. If there are too many columns within the vertical grid, you can enable horizontal scrolling by using the Settings.HorizontalScrollBarMode property and define the scrollable area using the grid's Width property.

To reduce the grid's height, display the vertical scrollbar using the Settings.VerticalScrollBarMode property, and specify the height of the scrollable area (in pixels) via the Settings.VerticalScrollableHeight property.

The VerticalScrollBarMode and HorizontalScrollBarMode properties have 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
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxVerticalGridDemos