aspnet-devexpress-dot-web-f2801188.md
Lists values that specify the operating mode of the vertical scrollbar.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum GridViewVerticalScrollBarStyle
Public Enum GridViewVerticalScrollBarStyle
| Name | Description |
|---|---|
Standard |
The vertical scrollbar operates in the standard way; it scrolls data rows displayed within the current page.
|
| Virtual |
Enables the virtual paging mode. End-users can navigate through data rows using the vertical scrollbar. When a scroll button is clicked, the ASPxGridView switches to the next/previous page.
|
| VirtualSmooth |
Enables the virtual paging mode. End-users can navigate through data rows using the vertical scrollbar. When a scroll button is clicked, the ASPxGridView smoothly scrolls data.
|
The following properties accept/return GridViewVerticalScrollBarStyle values:
The values listed by this enumerator are used to set the ASPxGridViewSettings.VerticalScrollBarStyle property’s value.
See Also