I have created a prism application that do's a variaity of things trough modules. Now i have created a module where there are 3 overlay that needs to be displayed (3 Views). What i want todo is when i click a button in the shell view, the 3 overlays would need to be displayed without locking up with the main window(shell view)
Note: the 3 Overlay's need to be always on top.
Anyone that can point me in the right direction on how to do this with prism/mvvm or a other way :)
Regards And Thanks in advance!
CodePudding user response:
The answer was quite simpel. What it comes down to is implementing a custom service dialog system.