How do I get my custom item collection to show up in my list view using WPF data bindings? I have a tried to make a ViewModel and a custom collection that the ViewModel manipulates, in an attempt to get this collection to show up in a listview. I have a view model and a custom collection and a custom item class:How do I get my custom item collection to show