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

Tab Scrolling

This demo illustrates the control's support for scrolling tabs within the tab header. The tab scrolling feature can be enabled by setting the EnableTabScrolling property to true. In this case, if the control's size doesn't allow all tabs to be visible within the tab header at one time, specific scroll buttons are displayed, allowing end-users to scroll tabs. The position of the scroll buttons can be controlled by using the TabAlign property. For instance, if the TabAlign property is set to Left, the scroll buttons are displayed to the right of the tabs, and vice versa. In this demo, the TabAlign property is set to Center, so scroll buttons are displayed on both sides of the tab header.

Tab scrolling works only when the tab header is positioned on the control's top or bottom, that is when the TabPosition property is set to Top or Bottom.

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