I am trying to do a basic use of CollectionViewSource and I must be missing something because it is just not working. Here is my XAML:
This should work for you
<ListBox ItemsSource="{Binding Source={StaticResource MapCV}}" ...