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.
我想在我的工具栏上有一个按钮,它有一个小向下箭头,当我按下它时,会给我子工具栏选项。想想 Visual Studio 中的撤消/重做按钮;当我单击图标旁边的箭头时,它会弹出打开我可以返回的编辑列表。
使用拆分按钮。请参阅此示例。
我使用 Menus/MenuItems 做了类似的事情。您可以根据自己的喜好设置 MenuItem 的样式,并且仍然可以实现切换下拉功能。