Page 1 of 1

What Sizers should I use?

Posted: Fri Jul 31, 2009 3:40 pm
by Estien77
Here is a sample of what I am looking for. There will not be a border, the border is only there to show the actual layout.

Posted: Fri Jul 31, 2009 4:11 pm
by vdell
Try wxFlexGridSizer

Posted: Fri Jul 31, 2009 4:52 pm
by Estien77
Thanks, I will try that. If i have any trouble I'll post it here.

Posted: Sat Aug 01, 2009 10:59 am
by vdell
Estien77 wrote:Thanks, I will try that. If i have any trouble I'll post it here.
I don't know if you're already using a resource editor, but it's a lot easier to try different sizer behaviors with an app like DialogBlocks, instead of manually coding.

HTH

Posted: Mon Aug 03, 2009 1:12 pm
by Estien77
I like to code things manually so that I get to understand how things work. Anyway, I figured out how it works, so thank you.