TabControlScrollView Class
The scroll view.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public class TabControlScrollView :
TabControlViewBase
#Related API Members
The following members return TabControlScrollView objects:
#Remarks
The DXTabControl‘s layout, style, and behavior settings are defined by view objects. In the scroll view, tab headers are displayed one after another in a single line. If the number of tab headers is too large to fit into the Tab Header Panel, the DXTabControl displays scroll buttons. These buttons allow you to scroll through tab items.
Scroll button visibility is specified by the TabControlScrollView.ScrollButtonShowMode property. Scroll buttons can always be visible, always hidden, or each button can be displayed as needed.
See the following topic for more details: Views.