2008-07-14, 08:45 AM
Hi, got a pretty large list that's I want to load in uiList - so I can thumbnail it later on but changing viewmode.
Any tips and tricks for loading such a large list (in the 000's).
I've pushed it to a new thread, and then every ten items update the list:
And while this works pretty well, you can't navigate that list as it keeps moving the selected index after each update.
Any tips and tricks for loading such a large list (in the 000's).
I've pushed it to a new thread, and then every ten items update the list:
Code:
listCounter++;
if (listCounter % 10 == 0)
this.internalUIList.setItemList(itemList);