Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can you disable the "Enhanced Scrollbar" in Visual Studio 2017

I don't want the Enhanced Scrollbar in Visual Studio 2017 - where it puts coloured markings in the scrollbar representations various states of code.

I can't find anything in options under Text Editor - in All Languages or C#. I also can't find anything in Google.

I really hope I can disable this feature - it's just a distraction for me.

like image 660
niico Avatar asked Apr 30 '17 12:04

niico


People also ask

How do I get rid of unnecessary scrollbar?

A quick fix is to add overflow: hidden to the CSS for your #footer . Note: A scrollbar will still appear if your #body content flows out of the the viewport. Show activity on this post. It will remove unnecessary scroll bars.

How do I turn off horizontal scrolling in Visual Studio?

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

How do I get the scroll bar to work in Visual Studio?

Open the Scroll Bars options page by choosing Tools > Options > Text Editor > All Languages > Scroll Bars.

What are the two types of scrollbars?

There are two types of scroll bar controls: HScrollBar for horizontal scroll bars and VScrollBar for vertical scroll bars. These are used independently from each other.


Video Answer


1 Answers

Open Tools > Options > Text Editor > All Languages > Scroll Bars > Display. Or right click the scrollbar and select Scroll Bars Options.

like image 104
Sergey Vlasov Avatar answered Oct 24 '22 06:10

Sergey Vlasov