merl em:
Still the scrollbars are only there in the version with only one
sizer, but vanish as soon as I insert the second one.
When your widget is in a sizer that's within a sizer, all of your
Sizer.Add's must have proportion>0 and wx.EXPAND, otherwise the
content will not resize to fit frame. I think you have a proportion=0
in there, which makes the subwindow with the scrollbars not resize,
making it too large for your frame. The scrollbar is there, it's just
outside the visible area of the frame.
Please trim what you're replying to and don't top-post.
regards, Anders
Anders, thank you very much, too. But actually I call all sizers always with
anysizer.Add(…, 1, wx.EXPAND)
I re-checked, there is defintively no other call in my code here.
About the posting: I would willingly do If I only could. But as I can’t create a Google account, I need to use my mail program for posting, and I could find no help file that tells me how to attach the posting to the thread then. If you could explain me how to do, I will of course starting to make it so. It’s simply a matter of nescience that also this mail will be misdirected, too… 
merlem
···
26.01.2017, 09:17, “Anders Munch” ajm@flonidan.dk:
merl em:
Still the scrollbars are only there in the version with only one
sizer, but vanish as soon as I insert the second one.
When your widget is in a sizer that’s within a sizer, all of your
Sizer.Add’s must have proportion>0 and wx.EXPAND, otherwise the
content will not resize to fit frame. I think you have a proportion=0
in there, which makes the subwindow with the scrollbars not resize,
making it too large for your frame. The scrollbar is there, it’s just
outside the visible area of the frame.
Please trim what you’re replying to and don’t top-post.
regards, Anders
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.