Big problem (for me) with sizers - simple source included :/

YES!!
:slight_smile:
Thanks!
I forgot abou it :frowning:

路路路

2007/3/18, Robin Dunn robin@alldunn.com:

For various reasons the default EVT_SIZE handler for wx.Window does not
call the sizer鈥檚 Layout method, but the main reason is because it is
usually not used as a container of other widgets. The simplest fix is

to just derive this class from wx.Panel instead of wx.Window.