I have a WPF Window which has a among other controls hosts a Frame. In that frame I display different pages. Is there way to make a dialog modal to only a page? When I\'m sh
I have a project on github which is a custom FrameworkElement that allows you to display modal content over the primary content.
The control can be used like this:
Features:
IsModal property.