List View check boxes

  • Thread starter Thread starter Y. Sivaram
  • Start date Start date
Y

Y. Sivaram

The check boxes in list view toggles as soon as you click on the row. Is
there any way to prevent this and only select/unselect when user
specifically clicks on the check box?
 
Thanks.

But I found an alternative by setting the Activation property to
ItemActivation.TwoClick

Best Regards,
Y. Sivaram


Mark Arteaga said:
You can set FullRowSelect to false but if the user clicks on the text the
checkbox will be checked/unchecked. If they click outside the text or
checkbox the the checkbox will not be checked/unchecked.
 
Back
Top