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.
我正在尝试使用<mui:ModernTab.Links>UserControl 中的集合来显示包含项目列表的视图。理想情况下,我希望标签显示在列表中的一类数据。我正在考虑动态填充列表并使用查询字符串传递所选类别,但我不确定如何从我的视图(这是一个用户控件)中获取查询字符串数据。有没有更好的方法来做到这一点?也许我可以将一种样式应用于包含使其看起来像现代 UI 选项卡列表的项目的 ListBox?
<mui:ModernTab.Links>
使用 ModernUI 框架的解决方案是使用 NavigationFrame 的上下文,MUI 为其提供了帮助程序。
这个主题有更多信息。