- When the user clicks on a item in my single-select
ListBox, the item is selected. - When the user clicks on a item the second time, the item is not unselected unless they are holding the control key.
What is the recommended way to change #2 to not require the control key?
Make sure the selection mode is
Multiple. By selecting multiple:Source