CollectionViewSource Use Question

前端 未结 1 868
夕颜
夕颜 2020-12-16 12:05

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:



        
相关标签:
1条回答
  • 2020-12-16 12:11

    This should work for you

    <ListBox ItemsSource="{Binding Source={StaticResource MapCV}}" ...
    
    0 讨论(0)
提交回复
热议问题