DocumentTabStrip Class
From DevZest WPF Docking
DevZest WPF Docking
| DocumentTabStrip Class |
Represents the strip of document tabs.
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsItemsControl
DevZest.Windows.Docking.PrimitivesDocumentTabStrip
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsItemsControl
DevZest.Windows.Docking.PrimitivesDocumentTabStrip
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
The DocumentTabStrip type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentTabStrip | Initializes a new instance of the DocumentTabStrip class |
| Name | Description | |
|---|---|---|
| IsTabTrimmed | Gets a value indicates whether any of the tabs are trimmed. This is a dependency property. |
| Name | Description | |
|---|---|---|
| IsTabTrimmedProperty | Identifies the IsTabTrimmed dependency property. |
Use the DocumentTabStrip class in the control template of DocumentWindow class. Bind ItemsSource property to the VisibleItems property of DockPane.
The item container of DocumentTabStrip is DocumentTab.