I'm trying to nest sizer objects. Specifically, a base sizer of two rows, one col. Then, each row of the base sizer will have a sizer object (I want to achieve dynamic addition/removal of controls on each row). The resizing of the nested sizers does not work as expected. I tried wrapping them in a panel, but they will not resize when the main form is resized. I can tell that the panel they are wrapped in resizees, but the sizer will not. The dock properties have been set to Fill. Any ideas?
Thanks,
Stefan