Skip to main content
A newer version of this page is available. .
Tab

TabbedLayoutGroupTabPageSettings.EnableTabScrolling Property

Gets or sets a value indicating whether scrolling tabs within the tab header is enabled within a tabbed layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool EnableTabScrolling { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if scrolling is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 14 property paths
Library Object Type Path to EnableTabScrolling
ASP.NET Controls and MVC Extensions CardViewTabbedLayoutGroup
.SettingsTabPages .EnableTabScrolling
GridTabbedLayoutGroup
.SettingsTabPages .EnableTabScrolling
GridViewTabbedLayoutGroup
.SettingsTabPages .EnableTabScrolling
TabbedLayoutGroup
.SettingsTabPages .EnableTabScrolling
ASP.NET Bootstrap Controls BootstrapCardViewTabbedLayoutGroup
.SettingsTabPages .EnableTabScrolling
BootstrapDialogTabbedFieldGroup
.SettingsTabPages .EnableTabScrolling
BootstrapDialogTabbedFieldGroup<TViewModel>
.SettingsTabPages .EnableTabScrolling
BootstrapGridViewTabbedLayoutGroup
.SettingsTabPages .EnableTabScrolling
BootstrapTabbedLayoutGroup
.SettingsTabPages .EnableTabScrolling
ASP.NET MVC Extensions MVCxCardViewTabbedLayoutGroup
.SettingsTabPages .EnableTabScrolling
MVCxGridViewTabbedLayoutGroup
.SettingsTabPages .EnableTabScrolling
MVCxGridViewTabbedLayoutGroup<ModelType>
.SettingsTabPages .EnableTabScrolling
MVCxTabbedFormLayoutGroup
.SettingsTabPages .EnableTabScrolling
MVCxTabbedFormLayoutGroup<ModelType>
.SettingsTabPages .EnableTabScrolling

Remarks

Set the EnableTabScrolling property to true to enable tab scrolling. In this case, if the group’s size doesn’t allow all tabs to be visible within the tab header simultaneously, specific scroll buttons are displayed, allowing end-users to scroll tabs.

Note

Tab scrolling only works when the tab header is positioned on the group’s top or bottom (the TabbedLayoutGroup.TabPosition property is set to TabPosition.Top or TabPosition.Bottom).

See Also