The standard windows keyboard shortcuts for expanding and collapsing
treeviews are: Numeric Keypad *: Expands everything under the current
selection Numeric Keypad +: Expands the current selection
Numeric Keypad -:
Collapses the current selection. RIGHT ARROW: Expands the current selection if
it is not expanded, otherwise goes to the first child
LEFT ARROW: Collapses
the current selection if it is expanded, otherwise goes to the parent All
keyboard shortcuts work in the Microsoft Visual Studio 2008 explorer except for
the collapse on the solution.
If you want all files in a solution to be collapsed use the tool:
PowerCommands for Microsoft Visual Studio 2008: http://code.msdn.microsoft.com/PowerCommands
It adds a command: Collapse Projects: This command collapses a project or
projects in the Solution Explorer starting from the root selected node.
Collapsing a project can increase the readability of the solution. This command
can be executed from three different places: solution, solution folders and
project nodes respectively.
Shortcut Collapse project or projects in the Solution Explorer Microsoft Visual Studio 2008
原文:http://www.cnblogs.com/SFAN/p/3659647.html