How to implement MVP pattern for a tabcontrol?

Posted by John_Sheares on Stack Overflow See other posts from Stack Overflow or by John_Sheares
Published on 2010-06-10T16:38:29Z Indexed on 2010/06/10 16:42 UTC
Read the original article Hit count: 215

Filed under:
|
|

I have an application that has a tabcontrol with 5 tabpages of information that user interacts with. Also, there are contextual menus and toolbars for editing and formatting the information. Do I create a different view & presenter for each tab page or the tabcontrol iteself? How do I apply the pattern to the toolbars and menus that can interact with any of the tabs?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about mvp