Is there way to increase the width of the scroll bars for a DataGridView ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only way of doing it is by implementing your own control and replacing the one on the
DataGridView. I found this on CodeProject(its VB but still a good example):Core Custom Scrollbar Class By VectorX
There is also something on the MSDN forums
custom scrollbar for datagridview