ROBERT RICHARDSON
ROBERT RICHARDSON

Reputation: 2299

Visual Studio 2012: How do I put the toolbox back in its default position?

Somehow, I moved the toolbox in my Visual Studio 2012 installation away from its default position along the left edge of my display. I'm used to it being there, and I want to put it back, but I don't see a way to do it. How can I get it there?

Thanks very much!

Upvotes: 4

Views: 16684

Answers (3)

user5598388
user5598388

Reputation: 61

Click WINDOW And select Reset Window Layout

Upvotes: 6

tonymiao
tonymiao

Reputation: 305

Using this: Alt + Ctrl + x. Then Toolbox tag will pop out.

Upvotes: 1

JaredPar
JaredPar

Reputation: 755397

Based on the comments to your question it sounds like want the toolbox tool window to be hidden. Only the name "Toolbox" should appear and it should be aligned vertically (top to bottom) instead of horizontally. To get that do the following

  1. Drag the toolbox tool window over to the left side of the screen and drop it
  2. There will be 3 icons on the top right of the tool window. Click the middle one which looks like a pin

This will get it back in the default position

Upvotes: 15

Related Questions