There's a smooth scrolling list example on my blog, but you might find it 
easier to do this with the Spark List.

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of gerry81611
Sent: Wednesday, January 06, 2010 12:26 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: List control with different height items?



Thanks Alex!

Another issue that I'm running into is that some of the list items are taller 
than the height of the list.

Is there a way to make the List control scroll smoothly or another solution to 
allow the bottom of those list items to be accessed?

thanks,

g

--- In flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.com>, Alex 
Harui <aha...@...> wrote:
>
> variableRowHeight="true"
>
> Alex Harui
> Flex SDK Developer
> Adobe Systems Inc.<http://www.adobe.com/>
> Blog: http://blogs.adobe.com/aharui
>
> From: flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.com> 
> [mailto:flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.com>] On 
> Behalf Of gerry81611
> Sent: Tuesday, January 05, 2010 4:57 PM
> To: flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.com>
> Subject: [flexcoders] List control with different height items?
>
>
>
> 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
>

Reply via email to