DevZest.Windows.Docking.Primitives Namespace

DevZest WPF Docking

DevZest.Windows.Docking.Primitives Namespace
Contains base classes and controls that are intended to be used as WPF docking user interface.
Classes
  Class Description
Public class AutoHide
Provides attached properties for DockControl object's auto-hide settings.
Public class AutoHideClient
Represents the area to display auto-hide DockItem.
Public class AutoHideStrip
Represents the strip of auto-hide tabs.
Public class AutoHideTab
Represents the auto-hide tab.
Public class AutoHideWindow
Represents the window to display the selected auto-hide DockItem.
Public class DockManager
Provides a set of static methods and attached properties to manage docking behaviors.
Public class DockPaneControl
Displays DockPane.
Public class DockPaneControlOverlay
Displays overlay (docking guide and preview) of DockPaneControl.
Public class DockTreeClient
Represents the client area to display the left, right, top, bottom and document DockTree objects.
Public class DockTreeClientOverlay
Displays the overlay (docking guide and preview) of DockTreeClient.
Public class DockTreeControl
Displays a DockTree.
Public class DockTreeSplit
Represents a resizable container consisting of one DockTreeSplit and one DockTree children.
Public class DockTreeSplitControl
Displays a DockTreeSplit.
Public class DockTreeSplitter
Represents the splitter of DockTreeSplit.
Public class DockWindow
Represents the visual presentation of DockPane object.
Public class DockWindowTab
Represents the tab in the DockWindow.
Public class DocumentTab
Represents the tab in the document window.
Public class DocumentTabPanel
Arranges the document tabs.
Public class DocumentTabStrip
Represents the strip of document tabs.
Public class DocumentWindow
Represents the visual presentation of document DockPane object.
Public class InertButton
Represents a button with optional drop-down context menu.
Public class IsAutoHideValueConverter
Converts a DockPosition value to a Boolean value, indicates whether the provided DockPosition value is auto-hide.
Public class IsFloatingValueConverter
Converts a DockPosition value to a Boolean value, indicates whether the provided DockPosition value is floating.
Public class NativeFloatingWindow
Represents the native floating window.
Public class Overlay
Reprents the overlay definition.
Public class PreviewOverlay
Displays the preview overlay.
Public class TabBorder
Draws the trapezoid tab border
Public class ToolWindow
Represents the visual presentation of tool window DockPane object.
Public class ToolWindowCaption
Displays the tool window caption.
Public class ToolWindowTab
Represents the tab in the tool window.
Public class ToolWindowTabPanel
Arranges the tool window tabs.
Public class ToolWindowTabStrip
Represents the strip of tool window tabs.
Public class WindowSwitcher
Switches between DockItem windows.
Public class WindowViewbox
Defines a content decorator that can preview a window.
Public class WpfFloatingWindow
Represents the visual presentation of a FloatingWindow object in WpfFloatingWindowClient.
Public class WpfFloatingWindowClient
Represents the client area to display a collection of FloatingWindow objects.
Enumerations
  Enumeration Description
Public enumeration AutoHideAnimation
Specifies the animation for auto-hide window.
Public enumeration DropPosition
Specifies the target drop position of drag and drop.
Public enumeration FloatingWindowStrategy
Specifies how the FloatingWindow is hosted.