Set the Scrollbar width of a DataGridView
Posted
by jasonk
on Stack Overflow
See other posts from Stack Overflow
or by jasonk
Published on 2010-03-24T21:32:35Z
Indexed on
2010/03/24
22:03 UTC
Read the original article
Hit count: 278
I'm working on an app for a mobile device and would like to make a datagrid scrollbar button larger to enhance the touch screen usability. I do not want to alter the system settings windows display properties as this will affect the device as a whole.
Is there an easy way to alter the width of the scrollbar on a datagrid view?
© Stack Overflow or respective owner