Tagged Questions

1
vote
1answer
918 views

wxwidgets resize sizers after hiding/showing child controls

I have an wxWindow. Inside there I've got a wxBoxSize (Vertical). The sizer has 3 child controls. I want to be able to hide one of the three child controls, and have the sizer and its parent ...
0
votes
1answer
84 views

wxWidgets child sizer not expanding

I've got a very frustrating sizer problem. I have two wxFlexGridSizers (and a few other things) inside a vertical wxBoxSizer, like so: mMainSizer->Add(topsizer, wxSizerFlags(0).Expand()); ...