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
It is quite likely that since it is binding to the collection, it will need something like ObservableCollection. What happens if you switch from PointCollection to ObservableCollection?