um, no idea on this but maybe check the padding on the items
----- Original Message ---- From: Seth Caldwell <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, February 4, 2008 12:57:19 PM Subject: [flexcoders] mx:Tile changing its height unfavorably 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(uicomponen t). (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 ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

