Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to choose multiple line in listview
Posted
Comments
Kenneth Haugland 15-Aug-12 5:14am    
Mutliselsction = true?
Volynsky Alex 15-Aug-12 7:35am    
Yes.I agree.

The listview has a multiselect property that you can turn on - http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.multiselect.aspx[^].
 
Share this answer
 
The default for a List View is to allow multiple selections, so unless you specifiy LVS_SINGLESEL when you create it it is already set up to do it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900