Search
DiagramTabControl Properties
 


 Public Properties

  Name Description

AllowRenamePages

Gets or sets a value indicating whether tabs can be renamed.

AllowReorder

Gets or sets a value indicating whether interactive reordering of tabs is allowed. This is a dependency property.

ScrollOffset

Gets or sets the scroll amount when TabLayoutMode is set to Scroll. This is a dependency property.

ScrollStep

Gets or sets the scroll step when TabLayoutMode is set to Scroll. This is a dependency property.

SelectedContent

Gets or sets the content of the currently selected item. This is a dependency property.

SelectedIndex

Gets or sets the index of the currently selected item. This is a dependency property.

SelectedItem

Gets or sets the currently selected item. This is a dependency property.

ShowAddButtons

Gets or sets a value indicating whether to display a add button for each tab. This is a dependency property.

ShowCloseButtons

Gets or sets a value indicating whether to display a close button for each tab. This is a dependency property.

ShowCreateNewTab

Gets or sets a value indicating whether to display the 'Create New Tab' button. This is a dependency property.

ShowNavigationButtons

Gets or sets a value indicating whether the tab navigation buttons. This is a dependency property.

ShowTabs

Gets or sets a value indicating whether the tabs are visible. This is a dependency property.

TabAlignment

Gets or sets the alignment of the tab headers. This is a dependency property.

TabLayoutMode

Gets or sets a value indicating how tab headers are arranged when the available space is insufficient. This is a dependency property.

TabRotation

Gets or sets the rotation of the tab headers. This is a dependency property.

TabStripPlacement

Gets or sets the alignment of the tab headers. This is a dependency property.

 See Also