Hunter Peress wrote:
im simply trying to get the following behaviour: add lots of widgets to
some other widget and at some point have abig scrollbar when theres an
overflow. heres my code , enter a value, like 10, it will create 10
textctrls, or 100. regardless, they are getting bunched together instead
of a scrollbar appearing. yes im using scrolled window.
Take alook at wxPython/lib/scrolledpanel.py
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!