![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | How can I make sure that a list view refreshes when a Property Changes? Hi I have an ObservableCollection of INotifyProperty classes. When one of the property inside the list changes, I'd like the ListView to update that item's view. Right now, I hand crafted this code that I manually bind to the PropertyChange event public void Rebind(){ object selected_item = this.OrderList.SelectedItem; this.DataContext = null; this.DataContext = ui_orders; this.OrderList.SelectedItem = selected_item; } I'd prefer it if I could do all that without modifying the XAML code behind. Any link to a working example where at run-time one of the property of a list view item is modified ? Thanks Phil |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Make Newsgroups the default view | Live Mail | |||
| How can I make items view in order received? | Vista General | |||
| How to make the datagrid view not hightlight the first row? | .NET General | |||
| Folders - set default view and make it persistent? | Vista General | |||
| How do I make a new address list? | Vista mail | |||