Why doesn't this data binding work?

前端 未结 3 1435
说谎
说谎 2021-01-13 20:44

I have a ViewModel class that contains a list of points, and I am trying to bind it to a Polyline. The Polyline picks up the initial list of points, but does not notice when

3条回答
  •  暖寄归人
    2021-01-13 21:04

    i got it to work as a POCO by implementing INotifyCollectionChanged instead of INotifyPropertyChanged.

提交回复
热议问题