I want to do multiple selection from a vision list component. Normally it is easy to press ctrl key and use mouse to select multiple items in a list. But it is a special case for me, in working environment, there is only mouse without keyboard. I know we can use screen keyboard as replacement, but I wonder if there is other convinient method, or other vission component can make same function without keyboard.
The first photo is single selection in a list, if we do not press the ctrl key, I can just only select one item. The second photo is multiple selection in a list,with ctrl key pressed. If the working environment does not have a keyboard, how can I make multiple selection? Any other vision component can make multiple selection? who can help me.
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.