Free Trial Buy Now

Data Paging and Scrolling - Scrolling

v
v
Order ID
Customer ID
Employee ID
Order Date
Required Date
Shipped Date
Freight
10248VINETBuchanan8/4/19949/1/19948/16/199432.38
10249TOMSPSuyama8/5/19949/16/19948/10/199411.61
10250HANARPeacock8/8/19949/5/19948/12/199465.83
10251VICTELeverling8/8/19949/5/19948/15/199441.34
10252SUPRDPeacock8/9/19949/6/19948/11/199451.3
10253HANARLeverling8/10/19948/24/19948/16/199458.17
10254CHOPSBuchanan8/11/19949/8/19948/23/199422.98
10255RICSUDodsworth8/12/19949/9/19948/15/1994148.33
10256WELLILeverling8/15/19949/12/19948/17/199413.97
10257HILAAPeacock8/16/19949/13/19948/22/199481.91
10258ERNSHDavolio8/17/19949/14/19948/23/1994140.51
10259CENTCPeacock8/18/19949/15/19948/25/19943.25
10260OTTIKPeacock8/19/19949/16/19948/29/199455.09
10261QUEDEPeacock8/19/19949/16/19948/30/19943.05
10262RATTCCallahan8/22/19949/19/19948/25/199448.29
10263ERNSHDodsworth8/23/19949/20/19948/31/1994146.06
10264FOLKOSuyama8/24/19949/21/19949/23/19943.67
10265BLONPFuller8/25/19949/22/19949/12/199455.28
10266WARTHLeverling8/26/199410/7/19948/31/199425.73
10267FRANKPeacock8/29/19949/26/19949/6/1994208.58
Page 1 of 42 (830 items)
Prev
1
2
3
4
5
6
7
40
41
42
Next
v

Description

The ASPxGridView allows for vertical and horizontal scrolling to be used to represent more data within a smaller-sized grid.

By default, the grid's height is determined by the number of rows displayed within a page, which is controlled by the SettingsPager.PageSize property. To reduce the grid's height, display the vertical scrollbar by using the Settings.VerticalScrollBarMode property, and specify the height of the scrollable area (in pixels) via the Settings.VerticalScrollableHeight property.

A grid's width depends on the number of visible columns by default. If there are too many columns within the grid, you can enable horizontal scrolling via the Settings.HorizontalScrollBarMode property and define the desired scrollable area width by using the grid's Width property.

The VerticalScrollBarMode and HorizontalScrollBarMode properties possess the following values.

  • Hidden – the scrollbar is hidden.
  • Visible – the scrollbar is visible.
  • Auto – the scrollbar is automatically shown when the size of the control content exceeds the size of the control itself.
Version: v2012 vol 2.8
Experience the DevExpress Difference Today
Demos with source code are included with an installation of DevExpress controls for ASP.NET. Refer to the Demos and Sample Applications topic to learn more.
To download your free evaluation copy of our award-winning ASP.NET libraries, visit the Downloads page
All DevExpress ASP.NET Controls ship as part of DXperience ASP.NET, Enterprise, and Universal.
To obtain pricing information, visit the Pricing Options page or contact us via Email at info@devexpress.com
or by telephone at +1 (818) 844-3383 between 8:30am and 5pm Pacific Time.