I have a ListView object which have CheckBox enable. I need to select the entire row if a user activate the checkbox. I know I can used the listView1_ItemChecked to monitor the check event but how do I select the entire row? I'm trying to eliminate the user from holding the ctrl or shift key to select mutli row.
Thank you.