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
1635
How to tear off the tab from the mdi parent form
posted

Is there any way to tear off the tab from the mdi parent form like visual studio by dragging out the tab?

I can not find out except mouse right clicik and then click "floating" on the tab.

Also, does the floating window support the Aero Snap of Win7, which lets me maximize the floating window by dragging it to the screen edge?

Parents
No Data
Reply
  • 48586
    posted

    Hello ,

     

    What you could do in  your case is when you create a child from, to set its TopLevel property to false, instead to setting MdiParent, then you will be able to add this form in ControlPane element. Also you will need to set FormBorderStyle of the child forms to None, in order to avoid double border (in the attached sample I haven’t set this property ). Also this should be done in run time. Please see attached sample.

     

    I hope that this will helps you.

    96935.zip
Children