I’m trying to work out how to configure a flex layout to allow a RadioGroup and a button to wrap properly.
Figure 1. The project tree.
Figure 2. All components and the FlexContainer are set to 0, 0, auto.
Figure 3. The view when wider than the components.
Figure 4. The view when narrower than the components. Note that RadioGroup1 has wrapped but RadioGroup2 has not (although the button did).
How do I add another component to the right of the RadioGroup without destroying its ability to wrap?
Perspective RadioGroup wrap.zip (37.6 KB)