SelectedItem set to first item with CollectionViewSource

后端 未结 1 646
青春惊慌失措
青春惊慌失措 2020-12-18 03:38

I have a view databound through mvvm light to a viewmodel in my WP7 project. The view contains a Listbox with following settings:



        
相关标签:
1条回答
  • 2020-12-18 04:24

    On your listbox, try setting IsSynchronizedWithCurrentItem and see which value (either true or false) produces the desired effect.

    0 讨论(0)
提交回复
热议问题