DevZest WPF Docking
AutoHideStrip Class |
Represents the strip of auto-hide tabs.
Inheritance Hierarchy
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsItemsControl
DevZest.Windows.Docking.PrimitivesAutoHideStrip
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
System.Windows.ControlsItemsControl
DevZest.Windows.Docking.PrimitivesAutoHideStrip
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The AutoHideStrip type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AutoHideStrip | Initializes a new instance of the AutoHideStrip class |
Properties
Fields
Name | Description | |
---|---|---|
PlacementProperty | Identifies the Placement dependency property. |
Remarks
Use the AutoHideStrip in the control template of DockControl class. Bind ItemsSource property to the AutoHideItems property of DockTree.
The item container of AutoHideStrip is AutoHideTab.
See Also