Tagged Questions

1
vote
1answer
967 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 ...