04-18-2007 02:23 PM
04-19-2007 11:43 AM
There's no way to do it through the API provided with the scroll bar custom control. However, the source code for the custom control is provided in \toolslib\custctrl\scroll.c, and you can make that change yourself.
You just need to change the function DrawScrollBarThumb in scroll.c. Change the fillColor parameter of the call to PlotRectangle where the thumb is drawn, and that should do the trick.
- jared
04-19-2007 01:34 PM
Jared,
Super, that's exactly what I needed, I have it looking much better now!
Thanks,
Jim