blah blah blah is here! blah blah » Close

0
votes
0 answers

Observable Collections vs Lists vs INotifyPropertyChanged When Binding

eeboy
499

I am having difficulties with my binding. The problem is that my controls don't properly update/refresh to show what is in the list that I am binding to. This issue came up a while back but I easily worked around it by simply removing the b ...

0
votes
1 answers

Binded Data Fails To Update

eeboy
499

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 ...

Feedback