ListView Checkboxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to display check boxes in a listview, but I don't want the user to
click on them and check them. All the checking of the boxes will be done by
the program. How can I make this happen??

Thanks

Ryan
 
I want to display check boxes in a listview, but I don't want the user to
click on them and check them. All the checking of the boxes will be done
by
the program. How can I make this happen??


You can use FlyGrid.Net (http://9rays.flygrid.net) instead of standard
ListView and control checkbox clicks programmatically - enable or disable.
 
Back
Top