Problem:
Is it possible to select more than one item in a Listview and, if so, how can you get a list of items that have been selected?
Resolution:
You need to use the MultipleSelection method to tell the listview that more than one item can be selected.
The "selectedItems" method returns a collection that contains the selected items.
Old KB# 7036