Like the title said,how may i turn the grid(or page) and the components in it into background gray and unable and show a new component in foreground.
It’s a common effect in the web page,but i cannot do that with a xaml.
Please answer in detail better with sample code if you do.Thanks in advance.
Here’s an example of using a
Popupto display aUserControlwhen a Page is navigated to. TheOnNavigatedTofunction creates a popup, binds aClickevent to theUserControl, and then shows theUserControlover the entire page. If the correct password is entered, (“password” in the example) the control disappears. You’ll need to modify it for your own requirements, but it should definitely get you started.https://skydrive.live.com/redir.aspx?cid=ef08824b672fb5d8&resid=EF08824B672FB5D8!343