Need layout help

Manuel Martín mmartin at ceyd.es
Wed Jan 17 11:48:52 PST 2007


Hi
For allowing scrolling just change
    sw->SetScrollbars(1,1,100,100,0,0,true);
to
    sw->SetScrollRate(0,1);

But still I don't know why wxFlexGridSizer don't
grows vertically when you resize main window in vertical
direction.

HTH
Manolo





More information about the wx-users mailing list