votes
Binded Data Fails To Update
I am having trouble getting the listbox which is bound to the my class (below) to update when I add data. I researched the issue and it from what I could gather I needed to implement INotifyPropertyChanged. I have done this, but my listbox ...
