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 8 导航栏,如天气应用程序或财务应用程序中的导航栏。
首先,您需要添加顶部应用栏,如下所示:
<Page.TopAppBar> <AppBar> <!--App Bar Contents here --> </AppBar> </Page.TopAppBar>
而不是在应用栏内添加导航按钮。