0

I am using a listview. Is select the one subitem without full row possible? When i click a subitem, all row is selected. But i do not want this. I want select only one subitem.

I marked "FullRowSelect" option as false. But then, i could select only item, i could not select subitem.

screenshot

Eldar
  • 9,781
  • 2
  • 10
  • 35
  • 2
    It sounds like you should be using a `DataGridView` rather than a `ListView`. To be frank, more than 50% of the times people use a `ListView`, they should be using a `DataGridview`. If you're not using groups or multiple views, there's little reason to use a `ListView` at all. – jmcilhinney Dec 05 '22 at 12:29

0 Answers0