Hello,
There is a way to prevent a ContentPane from floating but it can still be docked? I am using Infragistics library of version 10.3.20103.2164.
Thanks,
Shaolin
If by docking you mean that it can still be dragged and docked to one of the edges of the xamDockManager then you can just set the ContentPane's AllowDockingFloating to false (and AllowFloatingOnly too if you don't want that option).