Customizing a scrollbar

One thing I haven't been able to customize is the look of the
scrollbars that are used in my application. Is it possible to a apply
a theme to the scrollbar much like other controls such that the
foreground, arrow and track color are different? Or better yet, the
images for each part of a scrollbar themselves.

The only part I'm able to change through wx (as far as I can see) is
the background color of the bar. I've read various old posts on
changing various native controls through the Windows class and
certainly the MSDN post on scrollbars discusses the ability to change
the scroll metrics and colors (http://msdn.microsoft.com/en-us/library/
bb787527(v=VS.85).aspx), but I suppose I'm wondering if there's a
simple solution that I'm missing here... or are scrollbars just one of
those things that are non-customizable?

Thank-you as always :).

I’m pretty sure that the native scrollbars aren’t very customizable. I can’t think of any native programs on Windows that do funky things with their scrollbars anyway. There’s probably some way to draw the scroll bars and manage the scrolling yourself though.