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.v18.2.dll

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

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