I have issued with WPF binding, I have ListBox binding to persons ObservableCollection with Textbox as DataTemplate that shows person, I want the Background of TextBox change from red to green if it red, and from green to red if it green, It changes but the ListBox doesn't show the changes, I have Raise the ObservableCollection but it's not work.
I have created a small new project please download HERE, and check what I miss.
After run the application type person Id in textbox (for example 1) and press the change color button, the color will change but the listbox dose not respond for that change.
Thanks in advance