Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scroll Bar’s scrolling bar missing

Recently in my version of Visual Studio 2012 my scrollbar’s scrolling bar went missing in the code editor(text editor) and I need them back. It’s not the Tools->Options->Text Editor->Display Vertical Scroll bar and Horizontal Scroll bar check box issue. They are both checked and when they are not checked the bar does go away. The arrows in the scroll bar still work and I can move through the code and the page follows the cursor when moving through the code. I checked my other versions of Visual Studios on my computer and the bars are there. Missing Hbar Missing Vbar

I tried repairing Visual Studio with no luck. I then tried uninstalling and reinstalling Visual Studio also no luck.

like image 573
Dan Avatar asked Oct 27 '16 21:10

Dan


People also ask

Why is my scroll bar disappearing?

Using your browser's magnification or zoom controls may cause scroll bars to disappear. Observe this phenomenon by opening a Web page and pressing "Ctrl-<minus symbol>" repeatedly. Your actions cause the page's content to shrink in size.

Where did the scroll bar go?

Go to Settings / Ease of Access / Display and turn off Automatically hide scroll bars in Windows.

How do I restore my scroll bar in chrome?

To fix the issue: Open a Chrome window. In the address bar, enter "chrome://flags," and navigate to that page. Scroll down to Overlay Scrollbars, and set the field to "Disabled."


2 Answers

I had the same problem. I cleared it up simply by moving the file "Microsoft.VisualStudio.Default.cache" from my folder %userprofile%\appdata\local\microsoft\visualstudio\11.0\ComponentModelCache.

It appears to have cleared up this "cached" behavior "preference". The neighboring folder %userprofile%\appdata\local\microsoft\visualstudio\11.0\Extensions had a couple other likely cache file culprits.

Although his solution to delete toolbox*.* files did not work for me, I was inspired by Roman Hnatiuk's resolution of a similar problem at https://rhnatiuk.wordpress.com/2012/10/12/toolbox-scrollbar-disappeared-in-visual-studio/.

like image 76
Paul Scofield Avatar answered Jan 15 '23 22:01

Paul Scofield


Goto Tools > Options

Choose "Text Editor" > "All Languages" > "Scroll Bars"

Check the appropriate scroll bars

enter image description here

like image 22
user15591792 Avatar answered Jan 16 '23 00:01

user15591792