Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Windows phone 7 中显示页面上方的页面
这样第二页是透明的,当它变成(弹出)第一页时,我仍然希望能够看到第一页。
你最好使用UserControls。将每个页面实现为 a<UserControl>并将它们相应地加载到MainPage.xaml.
UserControl
<UserControl>
MainPage.xaml
我建议你看看MVVM for Windows Phone