Enable Scroll Override in Visual Studio

While using Scrolling in Visual Studio IDE, by default it scroll amount is fixed by number of lines. During normal development, when we scroll with in code editor,  the scroll amount by fixed line number is fine. But if you zoom out the editor code, scrolling wont be useful  as though we have changed the code editor zooming, still scrolling is available with fixed line number. To overcome this, you can use “Enable Scroll Override” features.

Enable Scroll override helps to scroll based on the  percentage specified in scroll value of visible file for all the zoom level.

You can navigate to this features by Tools > Options > Mouse Zoom > General 

image

To disabled this. just unchecked the “Enable Scroll Override” option

image

yeah, it has just a small help, click on “?” to grab it.

image

This is very small tips, but it might help !

Cheers !

AJ

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.