I'm very new to Composite WPF and I'm struggling with the basic architecture of the shell.
Assume I have a Shell with three regions - 'OutlookStyleNav', 'Main' and 'Toolbar'.
How do I add buttons to the toolbar region?
Should each module add it's own button(s) to this region? (and if so, how to display all modules' buttons at the same time?)
Should the Shell dynamically detect Commands in my Controllers and create buttons based on that?
I'm not sure. Any suggestions?