本文介绍了如何隐藏滚动条上的灰点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在Visual Studio 2015/2017
中,我们如何隐藏Vertical Scrollbar
的灰点,如下图所示?
In Visual Studio 2015/2017
, how can we hide the Vertical Scrollbar
's grey dots as shown below?
推荐答案
在 Visual Studio 菜单中,打开:
In the Visual Studio menu, open up:
Tools
> Options
> Environment
> 字体和颜色
您应该会看到如下对话框:
You should see a dialog like this:
在列表中,有几个设置控制增强滚动条,这里有一些你可以玩的.如果您将它们设置为 Automatic
,那么它们应该是不可见的:
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:
- 书签(滚动条)
- 断点(滚动条)
- 不同的滚动条颜色
- 查找匹配亮点
这篇关于如何隐藏滚动条上的灰点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!