如何实现像天气应用程序或金融应用程序中那样的windows 8导航栏。
发布于 2012-11-15 23:53:34
首先,您需要添加顶部应用程序栏,如下所示:
<Page.TopAppBar>
<AppBar>
<!--App Bar Contents here -->
</AppBar>
</Page.TopAppBar>然后在应用程序栏中添加导航按钮。
https://stackoverflow.com/questions/13399234
复制相似问题