How many rows in the list? (i.c.w. useVirtualLayout) The setup you mention shouldn't be a problem I think (unless the image you talk about is 200MB a pop), but depends on the implementation (details). E.g., if the buttons are created every scroll, instead of reused, that might be a cause.
Any code you can share, can help (me at least) to track down the culprit. Not a guru here though, so maybe others will know off the top of their heads :) Ben P.S. We are talking desktop app here right? Mobile is a different beast all together (for me). On 3 sep. 2013, at 15:16, Federico De Maddalena <f.demaddal...@patente.it> wrote: > Hi! I'm working on a mobile project. > I created a spark List, which item renderer is an extension of > ItemRenderer. Each of my item renderer contains one spark Image, one > Label and a number of small buttons which varies from 3 to 20. > Now, scrolling the list is terribly slow. There are ways to improve > scroll speed? I spent a lot of time but without success. > Regards > federico >