Almost,
I am doing a touchscreen application that utilizes the listbox control. The user may select one or more items, sometimes in a consecutive order, sometimes not. I would like to have it so the user can drag down the list and select all items touched without having to touch/remove, touch /remove. The multiextended selection mode allows for this, but if they select items 1-10, then item 15, when they touch item 15 the previous items are then cleared. If the control key is depressed, it will select all items properly.