|
-
Jul 22nd, 2004, 03:13 PM
#1
Thread Starter
Registered User
select all listview items
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|