Popup how-to question

What would be the easiest way to have a popup that would cover the screen partially, and that the underlying page is NOT refreshed when closing the popup?
Could it be done by buttons controlling the size and position of the popup elements?
Thanks

You could do something like what’s being done with the Sound Mode popup in the MediaPlayerDetails.xaml template. Just define the popup somewhere in your layout & uncheck the IsVisible property. Then whenever you want to show the popup, set IsVisible for that control to True. You don’t have to adjust the size & position of anything. The only property you need to change is IsVisible.

2 Likes