Windows Phone 7 全局 UI 元素?
我正在尝试在我的 Windows Phone 7 应用程序中添加一个全局 UIElement(即在所有页面之间共享的 UIElement)。
具体来说,我正在尝试让 MediaElement 在导航到不同页面时继续播放。
我尝试过使用 Application.RootVisual / PhoneApplicationFrame 但我似乎无法让它工作。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加一个没有父级的弹出窗口。
Add a Popup with no parent.