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.
我需要在我的应用程序之上设计一个工具箱菜单,如下所示。任何时候只能选择一个工具,所以它就像单选按钮。
在 MVVM 应用程序中实现此功能的最明智的方法是什么?
我建议使用ToggleButtons这个(或者更确切地说是样式为 ToggleButtons 的单选按钮)。您可以在这个 SO question上找到如何执行此操作(第二个答案,而不是接受的答案)。
ToggleButtons