I've got a Notebook control that displayed various reports which are pages of
wx.ScrolledWindow instances. As the Notebook control is resized, scrollbars appear and disappear
as size dictates. Now I'd like to add a couple of buttons at the top of each notebook page so I've
created a Panel and added a vertical box sizer to it. In the vertical sizer is 1) a horizontal sizer with
buttons and then 2) the original ScrolledWindow instance with the report content. Unfortunately,
now the ScrolledWindow instance never shows scrollbars no matter what size I make the parent
control. I don't understand why this is happening but it makes the control pretty much useless. Is
there anything I can do to get back my scrolling capabilities?
thanx & later,
Ben Scherrey