Hello all: I'm using a canvas to load MANY images (I'm not using TileList), and it has a very long scroll bar. The key is when there are MANY images, it sucks all the network connections which blocks other part of the screen to load. So, I'm thinking how to let it only load images for those visible images, and no need to load those images which hided. (I see the tileList seems can do it, but I do not know how I can do it by add Image control on Canvas)
Thanks.

