Skip to main content

TabControlScrollView Properties
Show Inherited Hide Inherited

Represents the scroll view.
Name Description
AllowAnimation Gets or sets whether or not the scroll animation is played. This is a dependency property.
AllowHideTabItems Gets or sets whether the tab items can be hidden by end-users. This is a dependency property. Inherited from TabControlViewBase.
AutoHideScrollButtons Gets or sets whether the scroll buttons are automatically hidden when all the 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.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
FirstVisibleTabItemIndex Gets the index of the first visible tab header.
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.
HeaderOrientation Gets or sets the orientation of tab headers. This is a dependency property.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
Owner protected 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.
ScrollButtonsShowMode Gets or sets when to show the scroll buttons. This is a dependency property.
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.
See Also