views:

455

answers:

1

I have been using Prism for two days and have successfully added and used existing UserControls on the new Shell. These UserControls contained only pure WPF Controls (buttons, lists etc).

I now need to introduce existing UserControls that consists of other UserControls.

If my understanding is correct, I believe I need to redevelop these controls to use regions in the same manner as the shell, and define a Run() method on an appropriate controller/presenter to have the (sub)UserControl injected.

Is this Correct?

+1  A: 

This entry provided the answer

Erwin van der Valk's blog entry

Aidan Reel