Repository contains various WPF DockingManager samples.
- How to add dock child in WPF DockingManager by drag and drop from other controls? - Demo
- How to programatically dock the auto-hidden child by clicking the SidePanel in WPF DockingManager? - Demo
- How to expand the auto hide tab programmatically in WPF DockingManager? - Demo
- How to edit the document tab header via programmatically in WPF DockingManager? - Demo
- How to customize the background and foreground of the Close, AutoHide and Menu button in WPF DockingManager? - Demo
- How to remove space between header and content of TabItem in WPF DockingManager? - Demo
- How to change the caption alignment of dock window in WPF DockingManager? - Demo
- How to collapse the center drag provider of the WPF DockingManager? - Demo
- How to get the notification on dock window resizing of WPF DockingManager? - Demo
- How to activate the child window on trying to re-add the same child in WPF DockingManager? - Demo
- How to hide the drag providers when trying to dock the window in WPF DockingManager? - Demo
- How to bind custom commands to built-in context menu items of document tabitem in WPF DockingManager? - Demo
- How to customize background and foreground of dock window caption in WPF DockingManager? - Demo
- How to customize the header in the TabListContextMenu of WPF DockingManager? - Demo
- How to restrict the dockability of child window to client area in WPF DockingManager? - Demo
- How to customize the header of native floatwindow in WPF DockingManager? - Demo
- How to disable the element which state is Document in WPF DockingManager? - Demo
- How to display tooltip to the header of the tabbed and MDI windows in WPF DockingManager? - Demo
- How to change the size of the buttons in HeaderTabPanel in WPF DockingManager? - Demo
- How to disable unloading of content in the DocumentTabItem in WPF DockingManager? - Demo
- How to focus the document window in WPF DockingManager by programmatically? - Demo
- How to customize WPF DockingManager as flatlayout control by disabling docking functionalities? - Demo