Skip to main content

TabControlMultiLineView Properties

Represents a multiline view.
Name Description
ActualNewTabCommand This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TabControlViewBase.
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.
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.
FixedHeaders Gets or sets whether the line with the selected header holds its initial position. This is a dependency property.
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.
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.
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.
See Also