Solved - I didn't know the importance of "proportion" parametar.
--
http://mail.python.org/mailman/listinfo/python-list
Ivan Voras wrote:
> - panel, vertical BoxSizer
> - a single VListBox
Forgot to mention it - I'm using wx.GROW flag on both of them.
--
http://mail.python.org/mailman/listinfo/python-list
I hava a hierarhical sizer layout in which there's a panel in the upper
part of a window with some buttons, and another panel with wxVListBox
that's meant to occupy all the remaining space in the window. Both
panels are put inside a vertical BoxSizer, and the VListBox in its panel
is also in Bo