I want to selectitem in a ListView upon clicking. I also
want to know what I clicked. I work on winforms with c#.I also want to know How
I can clicking the all row?
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Just handle the Click event on the list and use the ListView.SelectedItems property to get what items are selected: