
read-only checkboxes for listview
Looks like the recursion gate is not needed...for once MS decided to NOT
fire check event when changed by code.
Too bad the intrinsic controls didn't all do this!
Quote:
> In the ItemCheck event you will have to reset the check state to what it
is
> supposed to be. Be sure to gate the event to avoid recursion in case this
> event fires even when changing check state in code.
> > Is there a way to set checkboxes to read-only in a
> > listview control? I am setting the value dynamically from
> > within the code, and do NOT want the user to be able to
> > click in the check boxes.
> > Gratefully,
> > T Smith