41

Does anyone know how to move the "Solution Explorer" tab in Visual Studio 2005? It's on the left, and I can't move it to the right.

Thanks,

Alan

Jeff Yates
  • 61,417
  • 20
  • 137
  • 189
user20493
  • 5,704
  • 7
  • 34
  • 31

7 Answers7

79

Click on the title bar, and drag it to the right portion of the screen. Eventually you'll see a compas like structure popup. Make sure you hover over the right area and let go of the mouse button. That will bind it to the right side.

dlamblin
  • 43,965
  • 20
  • 101
  • 140
JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454
34

You Can go to tab Windows -> Reset Windows Layout. Other options like Dockable, Floating and Tabbed Document are also their.

Kapil Choudhary
  • 341
  • 3
  • 2
5

you move the whole solution explorer while its floating on the screen. Right click--> Tabbed Document. right click again --> Vertical tab

Saher Ahwal
  • 9,015
  • 32
  • 84
  • 152
5

To complement what the accepted answer gives, if you want it to look like this (on the left side):

Left most sidebar

Do the exact same procedure, and then after it has attached to the left side, click on "Auto Hide":

Toolbar menu

This way, it will stay visible on the toolbar.

wafL
  • 577
  • 4
  • 14
  • 1
    Or you can only click the pin-icon, then it will also do the action "Auto Hide", and you will see a entry in the toolbar from this window, where you click the pin-icon – SwissCodeMen Jan 03 '22 at 07:59
1

This is an old question, but for anyone looking to change tab placement in Visual Studio 2019, right click the open tab, select [Set Tab Layout] then a position: Left, Top, Right.

enter image description here

phanf
  • 661
  • 1
  • 11
  • 16
0

You can only drag the panel by the title bar to the central compass overlay while it is pinned and not set to auto hide. You can click the pin icon in the title bar to toggle this.

dlamblin
  • 43,965
  • 20
  • 101
  • 140
-1

Go to View-> Appearance -> Move Side Bar Left

Sai
  • 1