How to remove vertical Minimap in visual studio?

Viewed 7633

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.

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.

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

Related