I think you know this information I will just try and confirm it so
you don't go crazy.

The List control does not create all the items up front, which is nice
for first time loading performance, but once you start scrolling it
starts to create the items and thats where the scroll issue happens.

And as you mentioned using a Repeater with large datasets has its
issues too.  So basically you have encounted a performance issue with
Flex/Flash and there is no happy answer.

For more information check out this presentation on Performance & Tips
http://adobedev.adobe.acrobat.com/p71169528/

Renaun

--- In [email protected], "dirtmediaworld" <[EMAIL PROTECTED]>
wrote:
>
> Does anyone have any suggestions on how to make a List component
> scroll smoothly when scrolling vertically. I dug into the framework
> and got incredibly overwhelmed by the code (specifically,
> scrollHandler() and scrollVertically()). Basically I don't want the
> scrolling content to jump to the next row when scrolling, it should be
> smooth. I will be scrolling through large data sets, so a Repeater
> inside a scrolling VBox is not going to work. I need it to only draw
> the bare minimum at a time, so I figured a List would be the best. Any
> other ideas or suggestions? Thanks for any help!
> -Dustin
>







 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcomponents/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcomponents/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to