↧
ListView Data-Binding problem
Your window DataContext is set to Messages, then in your LIstView your binding the ItemsSource to the Path Messages. ItemsSource should just be {Binding } without a path since it needs to use the...
View ArticleListView Data-Binding problem
Hi, I have some troubles with my program. I have set the binding for my listview, but when I setup my app and push the button to add an item in the collection nothing is happening.What's wrong?Here...
View Article