Tagged Questions

1
vote
2answers
299 views

Advisable approach for nested lists for binding in WPF

Question: What would be the most effective way of doing a nested list which allows for data binding in the view and awareness of what shipment is selected so that command bindings from the view can ...
0
votes
1answer
333 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 ...