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
1483
Prevent floating window being shown on top of main form
posted

Hi,

  Is there a way to stop floating windows from being shown on top of the main form they originate from.  I understand this has to do with the owner property of the floating window, but my users do not :)  Can I muck with the floating window somehow to stop this behavior?  Hacky solutions are welcome...


Thanks,

Bill 

 

 

Parents
  • 170
    posted

    Hi Bill

    If you just want to stop windows from being unpinned then:

    1. <Right Click> the UltraDockManager1 control. Select 'Custom Property Pages' from the dialog. This bring up the Custom Property Pages form.
    2. From the 'Objects' tree view on the left of the form, Expand: ControlPanes/DockableControlPane/Settings and set the AllowFloating to false for all panels you don't want to be Float-able (if that's a word).

    If you do want to float windows, but would like the controls under the window to move about, then that would be a real complex job beyond my knowledge.

    Hope this helps

    Regards, PenPal1999

Reply Children