I made Image Browser application. User can select any number of images and 
browse them in application.

I use Flex SDK 3.4
AIR framework
Pure MVC Framework

Main screen contains big container for images and one container that preview 
same images just smaller (thumbnails). For thumbs I used TileList controll with 
Simple Image item renderer. Each image is represented like PImage class value 
object that contains image ID and path.

When user select images that want to browse all images (PImage) are stored in 
ArrayCollection.

Problem:
When I select big number of images 50...200 or more and scroll in thumbnail 
container left-right I feel bad performance. User want to have smooth scroll 
but it's slow. I turned on live scroll on that container but still it's slow.

Is there any other way to solve this performance issue?

PS

Images must be storred in that ArrayCollection.

Reply via email to