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 附带的股票运动应用程序。有人可以指导我如何在 XAML/C# 中执行此操作吗?谢谢
AppBar 控件只是一个容器。
您可以使用 AppBar 控件设置 Page.BottomAppBar 和 Page.TopAppBar 属性。
然后,您可以在此 AppBar 中放置(几乎)您想要的任何控件。考虑到您要实现的目标,我建议您创建一个自定义按钮模板。
现在,如果您想知道如何实现其中的特定部分,您应该准确提出您的问题。如果您不知道从哪里开始重现此 AppBar,我建议您在尝试执行此操作之前找到另一个练习。