How do I re-dock solution explorer and properties window in visual studio 2017
Asked Answered
N

4

13

When I first started Visual Studio 2017 the Solution Explorer was docked to the right. I undocked it since then and now want to dock it back on the right but have had no success. When I drag it over to the right I get no response from Visual Studio that it will dock on the right. There is a dock icon at the top of the Solution Explorer but when I click that it docks into the document tabs at the top which is not what I want. I would like it docked at the right so it automatically rolls out to use when my mouse point is in that area and it rolls back into the right side when I don't need it.

How do I get the Solution explorer to dock to the right like it was when Visual Studio was first started? I would like to do the same for the properties window. Thanks in advance.

Nannette answered 19/3, 2019 at 17:1 Comment(0)
C
37

In Visual Studio IDE, click on Window -> Reset Window Layout -> Yes (Are you sure question). This will put the solution explorer back to the default layout docked to the right. It will also dock any other windows to their original position like Server Explorer, ToolBox, Text Explorer, Output, Error List to the left.

Cawley answered 7/5, 2019 at 18:52 Comment(2)
Thank you!. This solved my problem with a rogue floating tool window above the top of my screen in VS 2019. I was unable to get to the window caption to re-dock it.Igniter
This is strange, resetting puts my Solution Explorer to the left instead of the right. Any idea why?Faveolate
B
2

If you right click on a window, the auto-hide feature should also fix your problem.

Brood answered 9/3, 2022 at 13:11 Comment(2)
Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.Idolater
Making the window auto-hide will add it to the right sidebar where it will open on click and automatically close once click somewhere else. Right click on top bar of Solution-Explorer window to select Auto-HideSnooperscope
M
0

I didn't want to reset my entire layout, so I found another way. Undock both the Solution Explorer and the Properties. Then you can drag the Properties onto the Solution Explorer. It will pop to the bottom half. Then you can redock the combined window where it was before.

Morphology answered 6/6, 2023 at 23:0 Comment(0)
A
0

I use a layout with three panes as shown below.

Occasionally I will undock the panel containing all the windows at the bottom and find that it is impossible to dock it back.

The solution is to drag one of the window only which you will be able to dock and then one by one all the others into that window.

It took me a while to find it so it might be useful to someone.

enter image description here

Angara answered 13/8, 2024 at 20:56 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.