Hello, I am creating a list where each list item has a variable number of child elements. the itemrenderer creates images for each of child elements. So a list item might have 2 or 7 children in a Tile layout.
AFAIK the standard Flex List control takes the height of the tallest list item and applies that height to all list items, which results in extra space underneath the items with less children to display. What would be involved in creating a list that let each item determine its own height? thanks, Gerry

