I\'d like to enable/disable some other controls based on how many items are in my ListView control. I can\'t find any event that would do this, either on the
ListView
I think the best thing that you can do here is to subclass ListView and provide the events that you want.