Is it possible to 'refresh' WPF data bindings

后端 未结 3 1213
心在旅途
心在旅途 2020-12-18 09:52

I\'ve got a xaml TabControl and on one page, there are 3 RadioButtons each bound to a different property on the selected value of an adjacent ListView. After switching betwe

3条回答
  •  一个人的身影
    2020-12-18 10:32

    Another way to resolve this issue is to fake up a list of properties in a ListBox and have the ListBoxItem template be a radiobutton.

提交回复
热议问题