Listview Multiple Selection

Posted by Evan on Stack Overflow See other posts from Stack Overflow or by Evan
Published on 2008-09-17T14:40:16Z Indexed on 2010/04/20 19:53 UTC
Read the original article Hit count: 229

Filed under:
|

Is there any way to force a listview control to treat all clicks as though they were done through the Control key?

I need to replicate the functionality of using the control key (selecting an item sets and unsets its selection status) in order to allow the user to easily select multiple items at the same time.

Thank you in advance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms