My shoes application has three items stacked on top of each other (with a stack, of course), in order:
- A banner
- An edit box
- Two buttons in a flow
What I want to do is have the banner stay at it s default size (48px) and the buttons as well (I think this may be platform specific?) and have the edit box take up the remaining area on screen, and automatically resize with the window? Is this possible?
If not, would it be possible if the buttons were moved above the edit box? (So the edit box would fill to the bottom of the window)