M
Mike Ruane-Torr
I have a design problem involving a ListView control on a Windows form.
What it boils down to is the following question:
Q: Is there a way to tell the difference between a ListView.ItemCheck
event that has occurred because of a mouse click on a Checkbox, and one
that has occurred because the .Checked property of an item has been
changed programatically?
More details if needed, but if you can answer the above, you'll have
solved the problem!
What it boils down to is the following question:
Q: Is there a way to tell the difference between a ListView.ItemCheck
event that has occurred because of a mouse click on a Checkbox, and one
that has occurred because the .Checked property of an item has been
changed programatically?
More details if needed, but if you can answer the above, you'll have
solved the problem!