I'm using Prism pop-up region and the popup is modaless. When I tried to change Prism sample codes to replace .Show()
by .ShowDialog()
command, the codes become unstable. So, I need to keep the current codes intact and think of a work-around: change to modaless mode to be modal mode.
I don't know how to do that and/or if that is possible or not. Please share if you know how to. Thank you!