wieslawsoltes/Dock

How to globally disable undocking?

artizzq opened this issue · 2 comments

For e.g. I dont want to allow undocking docks.

I've tried to set CanFloat to false on individual docks I gathered from VisibleDockables property but I still can dock them anyways.

I am using 11.0.0.2 version of Dock because I have several bugs in newer releases.

Reproduced in DockMvvmSample (current repo):
problem1

This not what CanFloat do - CanFloat refers to "unpinning" a dockable into a separate window. Do you want to block a possibility to relocate a specific dockable completely? (isn't it a bit contradictory to a docking framework?)

Yes, I would want that. This is a requirement inside the app I work on.