In Visual Studio 2015/2017
, how can we hide the Vertical Scrollbar
's grey dots as shown below?
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- VS2017 RC - The following error occurred when tryi
相关文章
- How to show location of errors, references to memb
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Copy different file to output directory for releas
- Edit & Continue doesn't work
- Calling a .Net Framework 4 (or Mono) assembly from
- “Csc.exe” exited with code -1073741819
If you're trying to hide the gray dots caused by "Suggestions" (as opposed to bookmarks) then this is the specific setting for that.
Tools --> Options --> Environment --> Fonts and Colors
Select
Suggestion ellipses (...)
and set theItem foreground
toAutomatic
Note that this will cause the suggestion ellipses (3 little dots under
timer1
in the image below) in your code to also be invisible.In the Visual Studio menu, open up:
Tools
>Options
>Environment
>Fonts and Colors
You should see a dialog like this:
In the list, there are several settings that control the enhanced scrollbar, here are some you can play with. If you set them to
Automatic
then they should be invisible: