Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove vertical Minimap in visual studio?

How do I remove annoying minimap that appears in the side as verticle scroll in visual studio? It's causing me visual issue and is occupying extra space in display screen.

like image 807
anil shrestha Avatar asked Aug 16 '20 14:08

anil shrestha


People also ask

How do I turn off horizontal scrolling in Visual Studio?

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


2 Answers

Step 1: Right click on minimap displayed on your visual studio screen on the vertical scroll bar.

Step:2: Click scroll bar option, then the screen below appears. enter image description here

Step 3: Switch from use map mode for vertical scroll bar to use bar mode as displayed above in the screen.

Step 4: Click OK.

like image 196
anil shrestha Avatar answered Oct 11 '22 14:10

anil shrestha


Solution 1.

Go to menu TOOLS \ Options...

Choose Text Editor \ All Languages \ Scroll Bars.

Section Behavior, choose Use bar mode for vertical scroll bar, then press OK.

enter image description here

Solution 2: Right-click at vertical scroll bar, then change settings.

enter image description here

like image 22
Do Nhu Vy Avatar answered Oct 11 '22 13:10

Do Nhu Vy