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 collapse the center drag provider of the WPF DockingManager?

[DockAbility](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.DockAbility.html) property of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking) has been used to set the desired dock side for the child element. To collapse the center, drag provider of DockingManager, we can set Dockablity of each child element of DockingManager to Horizontal and Vertical.
[DockAbility](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.DockAbility.html) property of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking) has been used to set the desired dock side for the child element. To collapse the center, drag provider of DockingManager, we can set Dockablity of each child element of DockingManager to Horizontal and Vertical.

KB article - [How to collapse the center drag provider of the WPF DockingManager?](https://www.syncfusion.com/kb/8796/how-to-collapse-the-center-drag-provider-of-the-wpf-dockingmanager)