i have a listview with about 500 items.
when i do
for each item in listview.items
item.selected = true
next
it is very very slow to do that and sometimes crashes the app. what is so inefficient about about this that makes this unwanted behaviour? and is there a better way to select all 500 items?
thanks...
