Using Flex 2, I'm having a bit of a problem figuring out how a toolbar should be coded. I want a strip that runs along the bottom of the app. It has a number of differently sized buttons on it, some regular buttons with just an icon, some icons and text, some popup buttons, etc. When the app is resized to not be wide enough to show all the buttons, I need the toolbar to resize itself to be taller (consuming space from the rest of the app) so none of the buttons are clipped and instead show up on subsequent rows of the toolbar.
I've looked into Grid and Tile and all of these seem to be based on having cells that are all the same width. Unfortunately, that's not what I'm looking for. Any pointers? -- Jason

