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.