I\'m trying to display data in a ListView with WPF and C#, and I\'m confused by the different examples and methods I have seen. I\'m looking for a fully working
You must specify source otherwise, like in your case, it will look for the property in current context which by default, if nothing else is specified, will be DataContext. Try something like this:
Like that you specify that it should look for Rows in current Window