A tileLists renderers must all be the same width/height. Are you using List or TileList?
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of lelander Sent: Friday, July 18, 2008 6:56 PM To: [email protected] Subject: [flexcoders] Aligning images in TileList itemRenderer Hello! I'm working on an app that allows users to drag variable height images from a List onto a shelf; think of it as something like variable height spines of books on a shelf. All the widths can be the same. Can I align the images to bottom in my custom mxml item renderer? When I set verticalAlign="bottom" in the item renderer, the images cut off in the TileList. Thanks in advance for any insights you can give. JP

