Menu item for each module, with module content loading dynamically with Prism or MEF

Posted by user573145 on Stack Overflow See other posts from Stack Overflow or by user573145
Published on 2011-01-12T18:01:47Z Indexed on 2011/01/12 19:53 UTC
Read the original article Hit count: 373

Filed under:
|
|
|
|

I am developing an application currently using Prism and MEF.

I would ideally like to generate a toolbar or menu with an item for each module, and when an item is clicked, only the views declared within that module load into a tab control.

For example:

Menu Region: ModuleA(Selected) | ModuleB

Tab Region: ModuleAViewA | ModuleAViewB | ModuleAViewC

Changes to Menu Region: Employees | Inventory(selected)

Tab Region: Items | In Fi

© Stack Overflow or respective owner

Related posts about wpf

Related posts about mvvm