I have started the familiarize myself with WPF and have gotten stuck with the ListView
I've read a lot of documentation about binding and I can't seem to find how to populate a ListView programmatically. It seems like a lot of work to create the binding and classes, etc, just to fill a ListView.
So I have 2 questions.
1. If you want to populate a ListView with data that a user has inputted, is the correct way in WPF to populate the ListView with binded data?
2. How do you add items and subitems to a ListView in code? (There doesn't seem to be a subitems in WPF.)
Thanks in advance!