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

Scrolling

The ASPxperience Suite is our next-generation collection of web development toolsdesigned to bring advanced capabilities including navigation, data layout managementand application flow control into web applications. It has been written from groundup to extend your development arsenal with components that natively support theASP.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 whereappropriate. These and even more features are implemented in our shared web developmentframework which is the base for every web component we produce. Please refer tothe Shared Framework Features page for more information on these features as wellas 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. Pleaseuse 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 choicesin the marketplace and we also know that each control vendor claims that their libraryis the best. Fact is that with so many options and so many claims, it can be difficultto tell truth from fiction. Of course, once released, we will offer a trial versionso 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 trythem online in our online demo center. To download trial versions of our ASP.NETcomponents, please visit our download center. To order your copy of ASPxperienceSuite, please visit our order page.


During sizing operations, a splitter pane can be reduced so that its content no longer fits within the allocated region. The DevExpress MVC Splitter extension allows you to display scroll bars within a pane to prevent content clipping, via the pane's ScrollBars property. The following options are available to you when using scroll bars:

  • None. Scrollbars are no available.
  • 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 visible within the splitter pane.
  • Auto. The splitter automatically displays a horizontal or/and vertical scroll bar within the splitter pane, depending upon the pane's content.

In this demo, the splitter contains two panes. The left pane displays only a vertical scroll bar (the ScrollBars property is set to Vertical), the second pane's scroll bars are displayed automatically (the ScrollBars property is set to Auto). To see how scroll bars work in this demo, start sizing panes using the splitter separator.

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\MVCxNavigationAndLayoutDemos