Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scrolling in Visual Studio causes text to become unreadable

Since the past week I'm having a very bothering issue that blocks me from using Visual Studio.

For instance, here's what I normally see:

But as soon as I scroll a bit down (either with the arrow key, mouse wheel or the scroll bar), this is what I get:

As you can see, part of the frame seems to be "locked" in the screen.

The only way to see it right, is to make some other window cover VS's window, then going back to VS I see it right.

This is what I have tried (checking if the issue was solved after each step):

  • Check for updates
  • Repair VS2010
  • Remove R# and any other extension/add-in
  • Reinstall R# and any other extension/add-in
  • Remove VS2010 and any related software
  • Reinstall VS2010 + SP1 and updates
  • Remove any other unused software
  • Remove any recently installed/updated software
  • Run CCleaner

None of these steps solved the issue.
This happens only with VS2010, regardless the project or solution I'm opening.

like image 826
Andrea Sciamanna Avatar asked Dec 27 '11 15:12

Andrea Sciamanna


People also ask

What is enable smooth scrolling in VS code?

Open a new tab and type chrome://flags/#smooth-scrolling in the address bar, and press Enter. Click the dropdown box next to Smooth scrolling, and click Enabled. Click Relaunch on the bottom-right corner. Google Chrome will restart and open any pages that were previously open.

How do I turn off horizontal scrolling in Visual Studio?

Use Ctrl + E, then Ctrl + W for disable horizontal scrolling.

How do I scroll faster in Visual Studio?

Use Ctrl+Mouse Wheel for fast and easy Page Up/Down scrolling.


2 Answers

I think you need to start looking beyond Visual Studio for issues. The next thing I'd look at is your graphics driver. Make sure you have the latest available version.

like image 179
ziesemer Avatar answered Oct 14 '22 11:10

ziesemer


I have the same problem with VS 2012. Scrolling up and down, does not refresh sections (rectangles) on my text editor view. (unfortunately I've not enough reputation to post a screenshot.)


I managed to workaround it in VS 2012, by floating the editor. i.e. Right Click on a file tab / Float All.

Otherwise I tried everything posted here, without any luck. Hopefully someone out there knows how to undo this magic.

like image 27
user1429597 Avatar answered Oct 14 '22 09:10

user1429597