Visual Studio 2008 not rendering right on window resize
Visual Studio 2008 is not rendering right on window resize or maximize. This happens a lot -- does anyone know how to fix it? It's very annoying. (Note I blurred the code, that's usually fine, but the code pane keeps the previous size while the rest of the window resizes. Also, SSMS does the same thing and I know they are build on the same technology.
EDIT: I'm on Windows 7 x64 Professional. Visual Studio 2008 Professional with resharper 5. Doing some googling, it seems the problem might be开发者_StackOverflow社区 related to an nVidia graphics driver. That doesn't really make sense to me though, it's just 2D standard winforms isn't it?
Newer versions of Visual Studio do use the graphics card for rendering, and the Aero theme (which you have enabled) uses it as well.
I suspect two possibilities: either a buggy combination of extensions or a combination of extension and buggy graphics card driver. If this does not happen in any other applications using the Visual Studio shell (i.e. Sql Server Studio), I would try disabling your extensions, starting with ReSharper. I would suggest upgrading to the latest version of ReSharper.
As a workaround, you can resize the window by dragging it to full screen.
Same happened to me, and it was driving me crazy. I solved it by just dissabling aero from the tool bar
(Right click on the tool bar -> properties -> uncheck use Aero Peek to preview the desktop)
and all seems fine now, i hope for a long long time.
精彩评论