Listview Checkboxes

  • Thread starter Thread starter Scott Toney
  • Start date Start date
S

Scott Toney

I have a listview control with checkboxes. Is there anyway that I can keep
it from "checking" / "clearing" the checkboxes when I click on the text,
make the user click on the checkbox?

Thanks
Scott
 
See if the Activation property of the ListView helps you (play with
different values).

Cheers
Daniel
 
It could probably be worked out with an IMessageFilter to catch a touch and
then determine if it's in the left 8(?) pixels of the control to determine
if it's the checkbox.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
I'm just going on the fact that Alex said there is no event. I can't recall
if I've had to catch it, so I can't say one way or the other.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
Back
Top