This question is locked. New answers and comments are not allowed.
I’m adding a RadPane to a RadSplitContainer in code. After adding to the container, I set the pane to MakeFloatingOnly. The RadPlane is in floating mode inside a ToolWindow, as expected. However, when I double click on the title bar, it attempts to put the RadPane in a docking mode. Also right clicking on the title bar provides an option of “Dockable”.
Two questions:
How to I keep a pane from being docked on double-click?
What does MakeFloatingOnly actually do?