How to select multi rows without ctrl-key pressed in listview

  • Thread starter Thread starter Guest
  • Start date Start date
Sure. Set the SelectionMode attribute on the ListBox to
SelectionMode.MultiSimple.

Hope this helped!

--
 
Hi Fan,

Then it will be ListView.MultiSelect

A little search on MSDN will had help you ;)

Cheers,
 
Thanks guys

I knew the listview.multiselect, but it requires ctrl-key be held

I need to multi-select rows on the list view by simply click the rows without pressing the ctrl-key or shitf-key

Anybody can help

Thanks,
 
Thanks Ignacio

I knew the listview.multiselect, but it requires pressing the ctrl-key

I need to multi-select rows on the listview by simply click on the rows and without holding the ctrl-key or shift-key

Thanks
 
Back
Top