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
680
Floating a Mdi Tab upon double click.
posted
Hello, I have a MdiManager that I use in combination with a DockingManager. When one of my workspaces is floating and I double click its header, it is docked. Is it possible to also make a tab float when it is double clicked? Regards, Johan
  • 44743
    Verified Answer
    posted

    Double-clicking is not supported. You can submit a feature request for this: http://devcenter.infragistics.com/Protected/RequestFeature.aspx. However, you can turn mdi child into floating panes. To do so, you must first define the contents of the tab on a Panel or UserControl. Then dock that control in your dock manager. Set the DockableControlPane's IsMdiChild property to True. At run-time, it will appear as an mdi child tab. Then you can right-click the tab and check the 'Dockable' menu item to turn it back into a floating pane.