Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Larry is correct and this is the same approach that we use ourselves. It is actually less complicated to just cycle through the items and set the Checked property. Just FYI, there is a CheckedItems collection on a ListView that you can cycle through to get just the items that are checked whenever you are doing something with the checked items.
|