Reduce lag while loading a VERY big list?[Solved]
Ok guys so for one of my programs it loads a list that can have anywhere from 50,000-100,000 items on it, it then scrolls through all of the items, selects them and does stuff with them. As you can imagine this is incredibly laggy
Is there anyway i can reduce the lag besides application.doevents? (i have that in there now makes little to no difference) i was thinking maybe using background worker but i have no idea how to do that D: