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 上用 C# 开发 Metro 应用程序。我添加了一个顶栏,我想在用户单击其上的按钮时显示一个菜单。
例如,当您单击 Internet Explorer 应用程序中的工具按钮时,会显示一个菜单。怎么做 ?使用哪个控件?
您可以使用弹出窗口。您可以查看 Silverlight Toolkit for ContextMenu 示例。