Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2005
Ability to prevent ContentPane from floating but still being docked
posted

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

  • 54937
    Offline posted

    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).