Configure ListBox in WPF so that I will be possible to select multiple items without holding CTRL ke

Posted by drasto on Stack Overflow See other posts from Stack Overflow or by drasto
Published on 2010-06-06T11:49:11Z Indexed on 2010/06/06 11:52 UTC
Read the original article Hit count: 267

Filed under:
|
|
|

I have a Listbox that allows user to select multiple items. Normally user can do that by holding CTRL key and clicking the item he or she wants to select.

Is it possible to configure this listbox so that the user will not have to hold the CTRL key when selecting items ? So that he or she will just click the item (without holding anything) and the item will be selected(diselected if it was selected previously) ?

Thank you

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf