2X faster development
The ultimate WPF UI toolkit to boost your development speed.
Drag provider will be visible only if we try to dock the float window by dragging it. If the floated window is not dockable, the drag providers will not show in DockingManager. To hide the drag providers from the DockingManager, we must set CanDock property of DockingManager as false. For instance, we have set the value of CanDock property as false, when trying to dock the float window to the DockingManager.
Mainwindow.xaml:
Mainwindow.cs:
If the CanDock property is set as false, we cannot dock the child to the DockingManager by double clicking the header, it will be in Float State. We can re-dock the child again to the DockingManager by changing the value of CanDock as true. Sample :
|
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.