Link to home
Start Free TrialLog in
Avatar of tolgaong
tolgaongFlag for Türkiye

asked on

Change color of scrollbars

Can I change the color of any control's scrollbar?
Especially, datagridview's.
Avatar of Kinger247
Kinger247

I don't think you can, but if you really needed to do it you could create your own custom scrollbar using gdi (there are some example in google),
then scroll the datagrid that way.
ASKER CERTIFIED SOLUTION
Avatar of ElrondCT
ElrondCT
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tolgaong

ASKER

Skinning vertical scrollBar
http://www.codeproject.com/useritems/skinScrolling.asp

and
How to skin scrollbars for Panels, in C#
http://www.codeproject.com/cs/miscctrl/customscrollbar.asp

are what I am looking for.