Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VirtualTileList: Changing number and content of tiles

Hi there,

I'm trying to load a large amount of text into a VirtualTileList, and also potentially change that text later on. I'd like a way to delay the loading of the virtual tiles until the text has been prepared. It is a CPU-intensive task that is causing the OS to kill my app if I try to do it all at once.

I know how to change the tiles by calling configureTile explicitly, but I'm unsure how the real tile (from the pool) relates to the virtual tiles identified by index. So, say I have a pool of 10 real tiles, 100 virtual tiles, and I don't know where the user has scrolled to, how do I know which tiles to call configureTile on? I'm really confused - can anyone help? Thanks.

Best Answer
0 Votes
0 REPLIES 0