AutoHideStrip Class

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

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public class AutoHideStrip : ItemsControl
Public Class AutoHideStrip
	Inherits ItemsControl

The AutoHideStrip type exposes the following members.

Constructors
  NameDescription
Public methodAutoHideStrip
Initializes a new instance of the AutoHideStrip class
Top
Properties
  NameDescription
Public propertyPlacement
Gets or sets the value indicates where the auto-hide strip is placed.
Top
Fields
  NameDescription
Public fieldStatic memberPlacementProperty
Identifies the Placement dependency property.
Top
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