Back to Devexpress

ASPxTabControlBase.EnableTabScrolling Property

aspnet-devexpress-dot-web-dot-aspxtabcontrolbase-ed8c7b24.md

latest2.4 KB
Original Source

ASPxTabControlBase.EnableTabScrolling Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool EnableTabScrolling { get; set; }
vb
<DefaultValue(False)>
Public Property EnableTabScrolling As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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. Tab swipe support is enabled automatically on touch devices.

Note

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

See Also

TabAlign

ScrollButtonsIndent

ScrollButtonStyle

ScrollLeftButtonImage

ScrollRightButtonImage

Page Control and Tab Control

ASPxTabControlBase Class

ASPxTabControlBase Members

DevExpress.Web Namespace