windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-6c4b2e16.md
Specifies whether tab navigation buttons are displayed when tabs don’t fit into the tab container‘s width/height.
Namespace : DevExpress.XtraBars.Docking
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(false)]
[XtraSerializableProperty]
public bool TabsScroll { get; set; }
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property TabsScroll As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if tab navigation buttons are enabled; otherwise, false.
|
If the TabsScroll property is set to true tabs within a tab container are proportionally resized when they don’t fit into the container’s width (or height if the tabs are arranged vertically).
If the TabsScroll property is set to true and the total width of the tabs exceeds the width/height of the tab container, then the navigation buttons are displayed and these allow users to scroll through the tabs.
The following images show tab containers with the TabsScroll property when it’s set to false and true , respectively:
| TabsScroll = false | TabsScroll = true |
|---|---|
See Also