Hi everybody,

how to make listview selection; i wanna make multi selection in listview ; but don't want to use ctrl key . eg; if i select 1st item , make highlight it. And then if i select 3rd item, 1st item still highlighted and 3rd item highlighted as well. How to make it up this matter? How wants to help me ??
Really appreciate ur help :)
Many thanks in advance .

Recommended Answers

All 2 Replies

Is that a web application or desktop app? because i think that is the default behavior of desktop app.

ListView list = new ListView();
                        list.MultiSelect = true;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.