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
840
Close Floating Pane to TabGroupPane
posted

We have a TabGroupPane which allows the user to drag the tab out of the pane.  The tab is rendered as the PaneToolWindow.  If we double click on the header, it doesn't return back to the tab group pane.  Is this possible?

The double click functionality works if the floating window didn't come from the TabGroupPane.

Parents
No Data
Reply
  • 54937
    Offline posted

    Double click will toggle between the Docked (i.e. docked to the left/right/top/bottom edge of the xamdockmanager) and Floating states. If the TabGroupPane was floating and you take a pane out then that is its new floating location and so double clicking would only between its floating state (by itself in that window) and its previous docked location. If it was never docked then the double click won't do anything. This is the expected behavior and would emulate what VS did (well VS 2008 and prior anyway since VS 2010 and later interpret double clicking the floating window caption as a signal to maximize the floating window).

    If the TabGroupPane from which you removed the pane and floated it was docked then the double click should work and we can look at it if you have a sample.

Children