Here is a simple layout question I don’t know how to answer.
I have an HGroup that consists of three elements:
- Regular Flex
Groupthat should stretch 50%; - Button whose width is specified in px (say, 100px);
- Another Flex
Groupthat should take the rest of the space.
The question is, what is the best way to tell my third element (Another Flex Group) to take all the free space?
Here is what I would do to keep the 50% integrity
EDIT: a little more explanation
setting the group width to 100% will make it stretch and take up whatever room is left (within the 50% on the right)