Hi
I want to allow floating on all content pane but restrict docking to only DocumentContentHost (and only in the center, not left, not right ...). How can i achieve this?
Hello mheusser,
In the ContentPane object you can set AllowDockingLeft, AllowDockingRight, AllowDockingTop, and AllowDockingBottom property values to false.
Let me know if you have any questions with this matter. Thank you.
Thank you for your response. It works but not 100%.
The restrictions take place only if the pane is floating and is taken back into the DocumentContentHost. However when pane enters the "drag mode" (not taking the pane out of the host) i can still dock the pane eg. on the top.