TabControlSettingsBase.EnableTabScrolling Property
Gets or sets a value indicating whether scrolling tabs within the tab header is enabled within a tabbed extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if scrolling is enabled; otherwise, false. |
Remarks
Set the EnableTabScrolling property to true, to enable tab scrolling. In this case, if the control’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 works only when the tab header is positioned at the top or bottom of the control (the TabControlSettingsBase.TabPosition property is set to TabPosition.Top or TabPosition.Bottom).