How can I select an entire row of a ListView control in Details view-mode?
Or alternatively, how can I select a row in a ListView by clicking on any subItem?
How can I select an entire row of a ListView control in Details view-mode?
Or alternatively, how can I select a row in a ListView by clicking on any subItem?
The FullRowSelect Property is what you are looking for to highlight the entire row when it is selected.
I might be missing the point but does setting FullRowSelect
to true
on the ListView
achieve what you want?