Seth H
Seth H

Reputation: 105

Why is Visual Studio 2010 changing my Design window positions after returning to Design mode from Build mode?

I have been having an issue with Visual Studio 2010 that is driving me completely bonkers. The general problem is that Visual Studio 2010 does not seem to be remembering my window positions. (Visual Studio 2010, v.10.0.40219.1 SP1Rel on Windows XP SP3.)

Now, I am aware that Visual Studio 2010 has different window layouts for Build and Design mode. I have come to accept this as there are some things in life I cannot change. If I could turn off this feature, I would be over-joyed, but I do not think it is possible.

My biggest issue at this point is that Visual Studio 2010 doesn't remember the window positions in Design mode after going into Build mode and returning to Design mode.

Here are some screenshots to illustrate this issue:

Screenshot 1 -- Design mode.

Imagine me coding. OK, time to build.

Screenshot 2 -- Build mode.

OK, the window layouts changed. This is annoying, but whatever. Let's go back to design mode.

Screenshot 3 -- Back to Design mode.

This looks OK, but WAIT -- why don't the windows return to their previous position?

Screenshot 4 -- Why won't you line up?!

I'm using a small Visual Studio window size here, but as the red box shows -- there is a difference. Why does this happen and what can I do to fix this issue? It is driving the OCD in me completely nuts. It doesn't look like a big change in these screen shots, but when I have my VS instance maximized across my two monitors (configured to display as one continuous desktop, instead of two desktops) -- it's a very noticeable and annoying change.

Possible problems that I thought were causing this issue:

I've also had this same problem in Visual Studio 2008.

Upvotes: 7

Views: 1537

Answers (1)

Shtong
Shtong

Reputation: 1787

Did you try installing the Visual Studio Productivity Power Tools that lets you split your editors into different windows, making two windows and attaching each to one monitor (instead of having one stretched over the two monitors) ? That way each window should fit into its monitor like every other window and your problem should disappear.

Upvotes: 4

Related Questions