Question

I'm trying to add a Global UIElement in my Windows Phone 7 app (ie. a UIElement that is shared across all pages)

Specifically, I'm trying to get the MediaElement to continue playing when I navigate to different pages.

I've tried playing with the Application.RootVisual / PhoneApplicationFrame but I can't seem to get it to work.

Was it helpful?

Solution

Add a Popup with no parent.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top