Is there a keyboard shortcut or macro to collapse all regions in Visual Studio's toolbox? (Failing either of those, I'll take an addin that allows this!)

link|improve this question

feedback

2 Answers

up vote 8 down vote accepted
+150

While the focus is on the toolbox, press / to Collapse All.

You can also Expand All by pressing SHIFT+8

Here's an article by Sarah Ford with more information: Visual Studio Tip #186

BEFORE:

alt text

AFTER:

alt text

link|improve this answer
1  
José - much appreciated :) – Sean Kearon May 15 '09 at 14:27
Funny how they didn't add that to the context menu of the panel – Adam Caviness Jan 26 at 15:29
feedback

Shift + Alt + Enter is your friend.

Also see Window>Auto Hide All

link|improve this answer
Thanks for the answer, but that gives full screen mode on my rig (VS2008) - I'm after a region collapse in the toolbox. – Sean Kearon May 10 '09 at 17:38
Ah, I see what you mean. I did some legwork and couldn't find anything. :\ Good luck. – Doc May 10 '09 at 18:43
Yeah, I couldn't see anything out there either. Thanks for trying! – Sean Kearon May 11 '09 at 5:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.