I’m trying to understand something about the TileList and I don’t see anything in the lang ref.
basically, when it is full of external images (in this case, small thumbnails from the web) it seems that when an ImageCell goes out of the TileList view area, it either unloads or is removed from the DisplayList.
When I scroll quickly, many of the ImageCells are blank, and they reappear when I stop scrolling. If I scroll slowly, they return just after the ImageCell appears in the view area.
I’m trying to figure out if this behavior can be prevented?
or if not, at least I’d like to understand why it’s doing that.
does anyone know why? Does anyone know where to find out stuff like this?
thanks.