Back to Devexpress

TabControlScrollView Class

wpf-devexpress-dot-xpf-dot-core-8916839a.md

latest2.1 KB
Original Source

TabControlScrollView Class

The scroll view.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class TabControlScrollView :
    TabControlViewBase
vb
Public Class TabControlScrollView
    Inherits TabControlViewBase

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.

Inheritance

Object DispatcherObject DependencyObject Freezable TabControlViewBase TabControlScrollView

See Also

TabControlScrollView Members

DevExpress.Xpf.Core Namespace