How to do multiple selection from a vision list component

For a touch-only environment, I recommend you not use these components. Instead, use a table, and supply it with an extra boolean column (initially false) to represent "selected". When you need to act on the selected rows, simply loop through the dataset picking out the ones that have the boolean turned on.