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

Scroll Bars

The ASPxperience Suite is our next-generation collection of web development tools designed to bring advanced capabilities including navigation, data layout management and application flow control into web applications. It has been written from ground up to extend your development arsenal with components that natively support the ASP.NET 2 Framework and provide complete out-of-the-box AJAX support.

Controls included into the ASPxperience Suite generate minimum possible HTML code, can load scripts on demand, optimize style usage, provide full client-side API where appropriate. These and even more features are implemented in our shared web development framework which is the base for every web component we produce. Please refer to the Shared Framework Features page for more information on these features as well as reasons why controls from the ASPxperience Suite have no equal in the marketplace.
As of today, the ASPxperience Suite includes almost twenty ASP.NET components. Please use links in the navigation bar to learn more about each included product.

We know that when it comes to web development libraries, you have numerous choices in the marketplace and we also know that each control vendor claims that their library is the best. Fact is that with so many options and so many claims, it can be difficult to tell truth from fiction. Of course, once released, we will offer a trial version so you can fully evaluate this product and like all other Developer Express products, we will warrant it with a 60 day no questions as money back guarantee.

To discover features of controls included into the ASPxperience Suite, you can try them online in our online demo center. To download trial versions of our ASP.NET components, please visit our download center. To order your copy of ASPxperience Suite, please visit our order page.

ASPxSplitter allows you to use scroll bars for more efficient work with a lot of content within the panes. This behavior is controlled by the ScrollBars property. Depending on this property's setting, the following modes are available:

None - none of the scroll bars are available within the splitter pane.

Horizontal - only a horizontal scroll bar is available within the splitter pane.

Vertical - only a vertical scroll bar is available within the splitter pane.

Both - both vertical and horizontal scroll bars are available within the splitter pane.

Auto - ASPxSplitter automatically enables a horizontal or/and vertical scroll bar within the pane, depending upon the pane content.

In this demo, the ASPxSplitter contains two panes. The left pane includes only vertical scroll bar (the ScrollBars property is set to Vertical), the second pane's scroll bars are enabled automatically by the control (the ScrollBars property is set to Auto).

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\ASPxNavigationAndLayoutDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxNavigationAndLayoutDemos