Cancel combobox selection in WPF with MVVM

后端 未结 12 1448
你的背包
你的背包 2020-12-08 10:23

I\'ve got a combobox in my WPF application:



        
12条回答
  •  醉梦人生
    2020-12-08 10:55

    I had the same issue, causes by UI thread and the way that biding works. Check the this link: SelectedItem on ComboBox

    The structure in the sample uses code behind but the MVVM is exactly the same.

提交回复
热议问题