wxScrolledWindow in a wxNotebook page/tab

Mike!

Thank you very much! Now i got it. The “scrolled.ScrolledPanel” was the key.

I appreciated your snipped code.

Bye

···

On Tuesday, October 30, 2012 12:20:31 PM UTC-2, Martha Morrigan wrote:

I did a program in python, it uses the wx.Notebook with 5 pages/tabs.

The Main.py calls each pageX.py file.

But one of pages is longer than others, full of crtlboxes and radiobtns.

I want put vertical scrollbars only in this specific page.

Until now i only managed to put scrollbars at whole notebook…

I dont want all pages with vertical scroll.

(Using wxScrolledWindow+SetScrollbars at main.py)

Is possible?

Some friend can post some small exemple?

Thanks in advance