How to globally disable undocking?
artizzq opened this issue · 2 comments
artizzq commented
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.
BAndysc commented
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?)
artizzq commented
Yes, I would want that. This is a requirement inside the app I work on.