How to accomplish two-way data binding in WPF?

后端 未结 3 1393
不思量自难忘°
不思量自难忘° 2020-12-28 20:03

I have heard a lot about two-way bindings in WPF, but I\'m not entirely clear on how to accomplish it or what it actually means.

I have a ListView with

3条回答
  •  旧巷少年郎
    2020-12-28 20:35

    What is the Type of the items in the ListView? To get the two way binding going the need you implement INotifyPropertyChanged...

    This might help WPF event property changed?

提交回复
热议问题