How to increase the scrollbar width for DataGridView?
2 answers
The only way to do this is to implement your own control and replace it with DataGridView
. I found this on CodeProject (its a VB, but still a good example):
Basic custom scrolling class on VectorX
There is something else on the MSDN forums.
+3
a source to share