Skip to main content

TabControlScrollView Members

The scroll view.

Constructors

Name Description
TabControlScrollView() Initializes a new instance of the TabControlScrollView class.

Fields

Name Description
AllowAnimationProperty static Identifies the TabControlScrollView.AllowAnimation dependency property.
AllowKeyboardNavigationProperty static Identifies the TabControlViewBase.AllowKeyboardNavigation dependency property. Inherited from TabControlViewBase.
AllowScrollOnMouseWheelProperty static Identifies the TabControlScrollView.AllowScrollOnMouseWheel dependency property.
CloseHeaderMenuOnItemSelectingProperty static Identifies the TabControlViewBase.CloseHeaderMenuOnItemSelecting dependency property. Inherited from TabControlViewBase.
HeaderAutoFillProperty static Identifies the TabControlScrollView.HeaderAutoFill dependency property.
HeaderLocationProperty static Identifies the TabControlViewBase.HeaderLocation dependency property. Inherited from TabControlViewBase.
HeaderOrientationProperty static Identifies the TabControlScrollView.HeaderOrientation dependency property.
HideButtonShowModeProperty static Identifies the TabControlViewBase.HideButtonShowMode dependency property. Inherited from TabControlViewBase.
IsScrollNextButtonVisibleProperty static For internal use only.
IsScrollPrevButtonVisibleProperty static For internal use only.
MainNewButtonVisibilityProperty static For internal use only. Inherited from TabControlViewBase.
NewButtonShowModeProperty static Identifies the TabControlViewBase.NewButtonShowMode dependency property. Inherited from TabControlViewBase.
NewTabCommandParameterProperty static Identifies the TabControlViewBase.NewTabCommandParameter dependency property. Inherited from TabControlViewBase.
NewTabCommandProperty static Identifies the TabControlViewBase.NewTabCommand dependency property. Inherited from TabControlViewBase.
OwnerProperty static Identifies the TabControlViewBase.Owner dependency property. Inherited from TabControlViewBase.
PanelNewButtonVisibilityProperty static For internal use only. Inherited from TabControlViewBase.
RemoveTabItemsOnHidingProperty static Identifies the TabControlViewBase.RemoveTabItemsOnHiding dependency property. Inherited from TabControlViewBase.
ScrollButtonShowModeProperty static Identifies the TabControlScrollView.ScrollButtonShowMode dependency property.
ShowDisabledTabItemsInHeaderMenuProperty static Identifies the TabControlViewBase.ShowDisabledTabItemsInHeaderMenu dependency property. Inherited from TabControlViewBase.
ShowHeaderMenuProperty static Identifies the TabControlViewBase.ShowHeaderMenu dependency property. Inherited from TabControlViewBase.
ShowHiddenTabItemsInHeaderMenuProperty static Identifies the TabControlViewBase.ShowHiddenTabItemsInHeaderMenu dependency property. Inherited from TabControlViewBase.
ShowVisibleTabItemsInHeaderMenuProperty static Identifies the TabControlViewBase.ShowVisibleTabItemsInHeaderMenu dependency property. Inherited from TabControlViewBase.
SingleTabItemHideModeProperty static Identifies the TabControlViewBase.SingleTabItemHideMode dependency property. Inherited from TabControlViewBase.
TagProperty static Identifies the TabControlViewBase.Tag dependency property. Inherited from TabControlViewBase.

Properties

Name Description
ActualNewTabCommand This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TabControlViewBase.
AllowAnimation Gets or sets whether the scroll animation is played. This is a dependency property.
AllowHideTabItems Obsolete. Gets or sets whether the tab items can be hidden by end-users. This is a dependency property. Inherited from TabControlViewBase.
AllowKeyboardNavigation Gets or sets whether navigation between tab items can be performed via the keyboard. This is a dependency property. Inherited from TabControlViewBase.
AllowScrollOnMouseWheel Gets or sets whether scrolling is performed via the mouse wheel. This is a dependency property.
AutoHideScrollButtons Obsolete. Gets or sets whether scroll buttons are automatically hidden when all headers are visible. This is a dependency property.
CanScroll Gets whether the Header Panel can be scrolled.
CanScrollNext Gets whether the Header Panel can be scrolled forward.
CanScrollPrev Gets whether the Header Panel can be scrolled backward.
CanScrollToSelectedTabItem Gets whether the Header Panel can be scrolled to the selected tab item.
CloseHeaderMenuOnItemSelecting Gets or sets whether to close the header menu after an end-user has selected a tab item from it. This is a dependency property. Inherited from TabControlViewBase.
CloseTabCommand This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TabControlViewBase.
HeaderAutoFill Gets or sets whether the Header Panel is stretched to the tab item’s size. This is a dependency property.
HeaderLocation Gets or sets the location of the Header Panel, relative to the tab item. This is a dependency property. Inherited from TabControlViewBase.
HeaderMenuCustomizations Allows you to customize the Header Menu by adding new menu items or removing existing items. Inherited from TabControlViewBase.
HeaderOrientation Gets or sets the orientation of tab headers. This is a dependency property.
HideButtonShowMode Gets or sets when to show the Hide button. This is a dependency property. Inherited from TabControlViewBase.
MultiLineView This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TabControlViewBase.
NewButtonShowMode Gets or sets where to show the New button. This is a dependency property. Inherited from TabControlViewBase.
NewTabCommand Gets or sets a command executed when the New Button is clicked. This is a dependency property. Inherited from TabControlViewBase.
NewTabCommandParameter Gets or sets the TabControlViewBase.NewTabCommand parameter. This is a dependency property. Inherited from TabControlViewBase.
Owner Gets the view’s owner. This is a dependency property. Inherited from TabControlViewBase.
RemoveTabItemsOnHiding Gets or sets whether tab items are removed after being hidden. This is a dependency property. Inherited from TabControlViewBase.
ScrollButtonShowMode Gets or sets when to show the scroll buttons. This is a dependency property.
ScrollButtonsShowMode Obsolete. Gets or sets when to show the scroll buttons. This is a dependency property.
ScrollNextCommand Gets the command to scroll the Header Panel one item forward.
ScrollOnMouseWheelCommand This property supports the internal infrastructure and is not intended to be used directly from your code.
ScrollPrevCommand Gets the command to scroll the Header Panel one item backward.
ScrollToSelectedCommand This property supports the internal infrastructure and is not intended to be used directly from your code.
ScrollView This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TabControlViewBase.
ShowDisabledTabItemsInHeaderMenu Gets or sets whether to show disabled tab items in the header menu. This is a dependency property. Inherited from TabControlViewBase.
ShowHeaderMenu Gets or sets whether the arrow button used to invoke the header menu is visible. This is a dependency property. Inherited from TabControlViewBase.
ShowHiddenTabItemsInHeaderMenu Gets or sets whether to show hidden tab items in the header menu. This is a dependency property. Inherited from TabControlViewBase.
ShowVisibleTabItemsInHeaderMenu Gets or sets whether to show visible tab items in the header menu. This is a dependency property. Inherited from TabControlViewBase.
SingleTabItemHideMode Gets or sets the single tab item hide mode. This is a dependency property. Inherited from TabControlViewBase.
StretchView This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TabControlViewBase.
Tag Gets or sets the object that contains data about the control. This is a dependency property. Inherited from TabControlViewBase.
UpdateScrollButtonsCommand This property supports the internal infrastructure and is not intended to be used directly from your code.

Methods

Name Description
ScrollFirst() Scrolls the Header Panel to the first header.
ScrollLast() Scrolls the Header Panel to the last header.
ScrollNext() Scrolls the Header Panel one item forward.
ScrollPrev() Scrolls the Header Panel one item backward.
ScrollToSelectedTabItem(Boolean) Scrolls the Header Panel to the selected tab item.
See Also