WP7 difficulties binding data to listbox itemssource - won't refresh
问题 So I have a detail page on my WP7 app that shows a listbox showing some data from my app. In the codebehind, I set the listbox itemssource = to a collection of objects. Pretty simple so far. I also have few text boxes and a button on the same screen that lets me add to that object collection. Ideally when I navigate to the page, it should show the contents of the collection in the listbox. If I click add, it should add another object to the collection and then refresh the listbox to show the