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
145
Enforce Control Docking
posted

When using an UltraDockManager control, how can I enforce that a control must dock? When dragging a control, I don't want to be able to drop the control unless it docks.

  • 12480
    Suggested Answer
    Offline posted

    Hello,

    You can prevent panes from being allowed to float by setting the following property:

    this.ultraToolbarsManager1.ToolbarSettings.AllowFloating = DefaultableBoolean.False;

    Please try this out and let me know if it works.