ListView.ItemCheck event

  • Thread starter Thread starter Boris
  • Start date Start date
B

Boris

I wonder when CheckedListViewItemCollection is updated? Before ItemCheck
event? After the event? How to force CheckedListViewItemCollection to show
updated items list after check in the ItemCheck event?

Boris
 
Hi Boris,
I wonder when CheckedListViewItemCollection is updated? Before ItemCheck
event? After the event? How to force CheckedListViewItemCollection to show
updated items list after check in the ItemCheck event?

I have similar problem some time ago.
As i remember, i have exchanged *ItemCheck* event handling with
*MouseUp* event handling.
I hope it is your solution.

Regards

Marcin
 

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