How to change the color of scroll bar in c# desktop Application ?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hiii, I m Working on an c# Desktop Application i need to change the color of scroll bars... Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com
-
Hiii, I m Working on an c# Desktop Application i need to change the color of scroll bars... Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com
The WinForms platform does not provide a way to modify the appearance of a scrollbar. There is probably some way to accomplish that via P/Invoke. If that does not tickle your fancy, you can buy third-party controls (like the Infragistics NetAdvantage) and use their customizable scrollbars. Josh