Insert a scroll in a panel

I'm not sure exactly what you are trying to do (all the overlapping windows in your sample are very confusing) but you can probably get what you want by using a wx.ScrolledWindow as the base class instead of a wx.Panel.

···

On 11/18/09 10:03 AM, Ignacio De Vicente Puyol wrote:

Hi,

I'm making a program in wxpython. The code is the following. The problem
I have with it is that I can't insert two scroll bars in a panel so I
could navigate through the whole window. Does anyone have any idea of
how I could do it?

--
Robin Dunn
Software Craftsman