Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望使 dataviewgrid 的滚动条不可见,但我仍然想保留滚动的功能。这是在 .net windows 窗体平台上完成的。
dataGridViews1.ScrollBars = ScrollBars.None;
好吧,最后我无法让它不可见,因此我只是使用了一种解决方法,在滚动条上添加一个面板来隐藏它。谢谢!