I thought that this would be simple, maybe it is.
I want to know the number of rows in a CollectionViewSource after filtering has been applied (not the total number of rows in the source).
Is there a property for this? Do I have to calculate this during the Filter event?