Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# How to restrict the dockability of child window to client area in WPF DockingManager?

This article describes about how to restrict the docking abilities of the desired element, while trying to place the element in the Client area. If the element is dropped over the Client Area, the element is moved to its previous position in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking).
This article describes about how to restrict the docking abilities of the desired element, while trying to place the element in the Client area. If the element is dropped over the Client Area, the element is moved to its previous position in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking).

KB article - [How to restrict the dockability of child window to client area in WPF DockingManager?](https://www.syncfusion.com/kb/8697/how-to-restrict-the-dockability-of-child-window-to-client-area-in-wpf-dockingmanager)