I'm considering migrating a MVVM project to the Prism framework and would like to know if Prism will easily support "simulated" dialog windows and popups, each potentially with it's own regions. By simulated, I mean a control on the main shell that has the appearance of a dialog or pop-up, without being an actual window.
Thanks!