Questions tagged [passive-view]

46 questions
-1
votes
1 answer

MVP Pattern - Populating lists and grids in passive views

Let's say my presenter obtains a list of my Person class from my repository and I want to bind information from that list to a ListBox or DataGridView in a passive view. Since the view should not know about the model, would I be correct in assuming…
Daniel P
  • 123
  • 1
  • 9
1 2 3
4