Tagged Questions

0
votes
1answer
361 views

wpf binding nested list

I am trying to display this nested list flat in a listview. For example if the EventItem has responses I need to repeat the event name x time per each reponse. And each response with have 3 ...