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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top