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
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.