I'd like to make the scrollbars on a WxPython ScrolledWindow, visibly larger - by that, I mean more pixels wider, so instead of, say, only being 5 pixels wide (and hard for me to mouse-click on), make them 50 pixels wide.
All of the documentation/examples I can find, are about making the scrollbar take up a larger section of the object that is being scrolled - which is not what I'm looking for.
It's possible there is no such option, I certainly can't find anything that remotely relates to it, in the Scrolling Docs.