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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to EnableTabScrolling |
---|---|
TabbedLayoutGroup |
|
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).