So I have an mx:Tile element whose width is 100% and height is unspecified. I want its height to grow as needed as I addChild(uicomponent). (after it fills up the first row it will make a second row and increase its height).
However, It uses up about half the width and when I add another element, its height doubles for no apparent reason. Quick ascii example: After two addChild() ------------------ 00 00 ------------------ After three ------------------ 00 00 00 ------------------ this leaves a large unused portion of my app right in the middle of the screen, and it annoying. Perhaps I am using the Tile component incorrectly? Should I be using some other component to accomplish this? Any help is appreciated. Seth

