Skip to main content

Can multiple selections be made in a Class Library Listview control ?

  • February 15, 2013
  • 0 replies
  • 0 views

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