Tagged Questions
1
vote
3answers
618 views
How should I expose hierarchical data from a TreeView control to a MVP presenter?
I have some hierarchical data in a Winforms TreeView control and I need to expose it as a property so my presenter can synchronize changes to it. Just to be clear, I'm using the Passive View pattern. ...