change scrollbar color for a control in c# [duplicate]
Possible Duplicate:
Changing color of scroll bar in ListView in WinForms
I am trying to change default colors of a scroll bars for a listview in my desktop application. I guess it can be done through inheariting from default class. Would you mind giving some code or tips?
Please check this Changing color of scroll bar in ListView in WinForms
Another way is to make your listview in a WPF control, wpf allows scrollbar customization, look here http://www.c-sharpcorner.com/UploadFile/mahesh/SBar06292009105859AM/SBar.aspx
精彩评论