wpf-devexpress-dot-xpf-dot-core-8916839a.md
The scroll view.
Namespace : DevExpress.Xpf.Core
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class TabControlScrollView :
TabControlViewBase
Public Class TabControlScrollView
Inherits TabControlViewBase
The following members return TabControlScrollView objects:
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.
Object DispatcherObject DependencyObject Freezable TabControlViewBase TabControlScrollView
See Also