E
EagleRed
I have an application with a WPF ListView that is bound to a
List<CustomObject>. I do some processing and the add a new CustomObject
instance to the List. How can I display the ListView with the newly added
item? I tried resetting the ItemSource and that did not work.
As always, any input will be helpful.
Thanks,
Eagle
List<CustomObject>. I do some processing and the add a new CustomObject
instance to the List. How can I display the ListView with the newly added
item? I tried resetting the ItemSource and that did not work.
As always, any input will be helpful.
Thanks,
Eagle