Contains base classes and controls that are intended to be used as WPF docking user interface.

Classes

  ClassDescription
AutoHide
Provides attached properties for DockControl object's auto-hide settings.
AutoHideClient
Represents the area to display auto-hide DockItem.
AutoHideStrip
Represents the strip of auto-hide tabs.
AutoHideTab
Represents the auto-hide tab.
AutoHideWindow
Represents the window to display the selected auto-hide DockItem.
DockManager
Provides a set of static methods and attached properties to manage docking behaviors.
DockTreeClient
Represents the client area to display the left, right, top, bottom and document DockTree objects.
DockTreeSplit
Represents a resizable container consisting of one DockTreeSplit and one DockTree children.
DockTreeSplitter
Represents the splitter of DockTreeSplit.
DockWindow
Represents the visual presentation of DockPane object.
DockWindowTab
Represents the tab in the DockWindow.
DocumentTab
Represents the tab in the document window.
DocumentTabChrome
Draws the document tab border.
DocumentTabPanel
Arranges the document tabs.
DocumentTabStrip
Represents the strip of document tabs.
DocumentWindow
Represents the visual presentation of document DockPane object.
IsAutoHideValueConverter
Converts a DockPosition value to a Boolean value, indicates whether the provided DockPosition value is auto-hide.
IsFloatingValueConverter
Converts a DockPosition value to a Boolean value, indicates whether the provided DockPosition value is floating.
ToolWindow
Represents the visual presentation of tool window DockPane object.
ToolWindowTab
Represents the tab in the tool window.
ToolWindowTabPanel
Arranges the tool window tabs.
ToolWindowTabStrip
Represents the strip of tool window tabs.
WindowSwitcher
Switches between DockItem windows.
WindowViewbox
Defines a content decorator that can preview a window.
WpfFloatingWindow
Represents the visual presentation of a FloatingWindow object in WpfFloatingWindowClient.
WpfFloatingWindowClient
Represents the client area to display a collection of FloatingWindow objects.

Enumerations

  EnumerationDescription
AutoHideAnimation
Specifies the animation for auto-hide window.
DropPosition
Specifies the target drop position of drag and drop.
FloatingWindowStrategy
Specifies how the FloatingWindow is hosted.