I’ve got a ListViewItem that is added to a ListView, but I don’t know which ListView it is added to.
I would like to (through the ListViewItem) to be able to grab the ListView from the item itself.
I tried using the Parent property, but for some reason, it returns a StackPanel.
Any ideas?
I’ve gotten this to run and work: