I have a list box in c# with check boxes in Detailed view. The check boxes
work but they are checked and unchecked when a row is selected without
hitting the check box. Is there a way to only set the check if they
specifically check the check box NOT just select a row.
I have set the listview style for check boxes
listView1.CheckBoxes = true;
Is there another style to prevent this from happening?
Scott