Hi,
I have a scrolled panel which contains:
+-------------+ +-----------+ <------ Panel
StaticBitmap StaticText
--------------- StaticText
.... more controls
···
+-----------+
StaticText
ListCtrl
The current layout structure I used is:
ScrolledPanel
+----------------- Panel (GridSizer 2 columns, 1 row)
+------------ StaticBitmap
+------------ Panel (BoxSizer vertical)
+--------------
StaticText
+-------------- ....
+-------------- ....
+----------------- StaticText
+----------------- ListCtrl
I don't know the actual size of top right panel, but the top left static
bitmap's size is fixed.
I want the space on bottom of static bitmap being grow automatically so that
the height of left and right will be same.
I tried GridSizer with 2 columns 1 row, but the top right panel will be the
same height as static bitmap,
FlexSizer worse.
How should I do to make it work?
Thanks.
–
View this message in context: http://www.nabble.com/How-do-I-layout-this-with-sizer--tp19995380p19995380.html
Sent from the wxPython-users mailing list archive at Nabble.com.