VS2010 docks code windows in the wrong place

Visual Studio-2010Visual StudioVisual Studio-2012

Visual Studio-2010 Problem Overview


When I double click on an entry in my Error List or Find Results list in VS2010, it docks the newly opened source code file not in the large window where all my other source files go, but in the small narrow window at the bottom along with the error list etc.

How can I get it to put it up with the others by default?

If I double-click an item in Solution explorer it puts it in the right place

Visual Studio-2010 Solutions


Solution 1 - Visual Studio-2010

I got things back to normal by using the Window | Reset Window Layout menu option. I noticed that now the tabs for "Error List" "Output" "Pending Changes" etc were now at the bottom of their docked window rather than the top. I think I somehow or other must have created a second code window area and docked my error list window etc into that.

Incorrectly docked (tabs at the top):

VS2010 Output window incorrectly docked

Correctly docked (tabs at the bottom):

VS2010 Output window correctly docked

Solution 2 - Visual Studio-2010

I too had this problem and now found the cause: if you move the bottom window pane a visual guide is shown on which you can dock them to various places. For the bottom two visual options are shown - one where the pane will be part of the upper pane and one were it will be placed below the upper pane. The second choice gives a proper behavior wereas the first one gives you the tab titles at the top and doesn't work.

I think this is very annoying because it happens from time to time that I accidentally drag the pane. (I'm using a tablet) Probably this dragging is the cause for the trouble.

Solution 3 - Visual Studio-2010

I was having the same issue but, for a number of reasons, didnt want to reset all my settings.

I draged all the open windows from the bottom panel area so they were floating, closed the find results window, redocked the error and output windows, then did a search (find in files) and the new floating window popped up, I then docked this to the same area that errors and output were in and when I double clicked on a file in the results window it opened in the right place.

I hope this works for you to and anyone else experiencing this issue...

Solution 4 - Visual Studio-2010

I couldn't find the Window -> Reset Window Layout option. The above answers helped me understand, the problem was with me having moved around my windows. What finally helped me was the little symbols on the top right corner of the find results window. Instead of the usual 'Inverted triangle'+'Pushpin'+'x' symbols, what I saw was just the Inverted Triangle, which meant I docked the find results window in the main file docking area. So, when I moved it to the bottom docking area in Visual studio, it worked for me.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMark HeathView Question on Stackoverflow
Solution 1 - Visual Studio-2010Mark HeathView Answer on Stackoverflow
Solution 2 - Visual Studio-2010PascalView Answer on Stackoverflow
Solution 3 - Visual Studio-2010KarlView Answer on Stackoverflow
Solution 4 - Visual Studio-2010VSUserView Answer on Stackoverflow