How to maximize Visual Studio panels?

前端 未结 9 1621
遇见更好的自我
遇见更好的自我 2021-01-31 02:30

Is there a way to quickly maximize (and then restore) Visual Studio 2010 panels? For instance, I\'d like to temporarily maximize the Output window or unit test results window. I

9条回答
  •  星月不相逢
    2021-01-31 03:08

    In Visual Studio 2010, you can double-click the title bar of a given panel to put it into float mode, then use it just like any other window (maximize, Windows 7 dock, etc.). Ctrl-double-clicking it again will turn it back into a docked panel.

    You can also right-click on the title bar and select Dock as Tabbed Document to display the panel in the same way the code windows are displayed.

提交回复
热议问题