Flex 4 - Vertical layout problem on TitleWindow
问题 This must be a simple problem, but I can't get my head around it. I have a resizable title window. Inside I just want a VGroup to hold the contents of the form and an HGroup to have a few buttons at the bottom. Very standard stuff. <!-- Content --> <s:VGroup id="content" height="340" width="100%"> ...more stuff in here... </s:VGroup> <!-- Buttons --> <s:HGroup id="buttonGroup" width="100%"> ...buttons in here... </s:HGroup> Horizonal resizing works fine. However, I want it to behave such that