Skip to main content
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.v23.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:

Object Type Path to EnableTabScrolling
TabbedLayoutGroup
.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