Is there a better way to allow a user to select multiple options from a list box (or other control) without having to use the [CTRL] key?
At the moment I have a listbox, multiselect is set to advanced, and the list style is set to include the check box.
I would like the user to be able to simply click the check boxes with the mouse, without having to press a key as well to multiselect.
Does anyone know if this is possible? It's no problem for me to use another control if that is what is needed.
Thanks in advance
At the moment I have a listbox, multiselect is set to advanced, and the list style is set to include the check box.
I would like the user to be able to simply click the check boxes with the mouse, without having to press a key as well to multiselect.
Does anyone know if this is possible? It's no problem for me to use another control if that is what is needed.
Thanks in advance