Using Buttons with ScrolledWindows in wxPython

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eagle36
    New Member
    • Dec 2009
    • 1

    Using Buttons with ScrolledWindows in wxPython

    I would like to have a grid of buttons within a scrolled window. I would also like to have a horizontal row of buttons outside of the scrolled area (so they dont scroll with the other buttons). Is this possible using wxPython? I have no problem adding the buttons into the scrolled area. The problem i have is getting a separate set of buttons outside of the scrolled area. Any help would be greatly appreciated.
Working...