Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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.

TabControl_ScrollView

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.

See Also