[wxPython] setting the scroll bar size

Hi Folks, <<test.ZIP>> <<page1.ZIP>>

I try to create controls in notbook and try to set scrollbar size based on
sizer size.

the vertical scroll bar is working fien but in minimized mode, the
horizontal scrollbar is not working fine.

I'm missing some left side portion during scroll event.

I've attached the codes along the mail.

type python test.py and minimize the frame to see the horizontal scroll bar
and scroll right adn then left extreem, we are missing some portion of left
side box.

Thx for any idea and what is wrong in the code
Maharajan

test.ZIP (675 Bytes)

page1.ZIP (1.15 KB)

I try to create controls in notbook and try to set scrollbar size based on
sizer size.

the vertical scroll bar is working fien but in minimized mode, the
horizontal scrollbar is not working fine.

I'm missing some left side portion during scroll event.

I don't think you need Page.onSize. Try taking it out and see the
difference.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!