Hi Folks,
I've created my own collection class that I'd like to be able to use as the ItemSource of a listView. What are the requirements to make my class work with the listview as an observable collection (one that enumerates and fires property change events)... I'm thinking I need to implement 2 interfaces?
Thanks!
Mike