Scrolling Scrolling Scrolling

Recently, in my version of Visual Studio 2012, scrolling scroll scrolling was missed in the code editor (text editor), and I need them. This is not the "Tools-> Options-> Text Editor-> Vertical Scroll Bar and Horizontal Scroll Bar" checkbox. They are both checked, and when they are not checked, the panel leaves. The arrows in the scrollbar still work, and I can move around the code, and the page follows the cursor while moving around the code. I checked other versions of Visual Studios on my computer and there are bars there. Missing Hbar Missing Vbar

I tried to restore Visual Studio with no luck. Then I tried uninstalling and reinstalling Visual Studio also no luck.

+5
source share
2 answers

I had the same problem. I clarified this simply by moving the file "Microsoft.VisualStudio.Default.cache" from my% USERPROFILE% \ AppData \ Local \ Microsoft \ VisualStudio \ 11.0 \ ComponentModelCache folder.

It seems that he has cleared this preference for "cached" behavior. The neighboring% USERPROFILE% \ AppData \ Local \ Microsoft \ VisualStudio \ 11.0 \ Extensions folder had a couple of other likely culprits for the file cache.

Although his decision to delete the files *. * the tool files did not help me, I was inspired by the resolution of Roman Khnatyuk about a similar problem at https://rhnatiuk.wordpress.com/2012/10/12/toolbox-scrollbar-disappeared-in-visual-studio/ .

+14
source

I am using Visual Studio 2012 Express and I have no way in Paul Scofield's answer. However, I searched for the ComponentModelCache keyword in the% userprofile% folder and found it as "% userprofile% \ AppData \ Local \ Microsoft \ WDExpress \ 11.0 \ ComponentModelCache". Also found the Microsoft.VisualStudio.Default.cache file in the folder and deleted it. Now I see the scroll bar.

Posting as an answer so that it can be useful to other people like me.

0
source

Source: https://habr.com/ru/post/1258910/


All Articles