Stan Bann wrote:
Hi,
I am an absolute novice to wxPython. I am trying to
develop a user interface where the scrollbar must be
on the left hand side of a scrolledanel. Can someone
offer some advice on how this can be accomplished.
The built-in scrollbar can't be made to be positioned on the left, but you can put a wxScrollBar there yourself. It is a regular widget that you can create and use just like a button or text control. Just create it, position it with your sizer or whatever, and catch the events from it and respond to them appropriately.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!