Question

I want to have a button on my toolbar that has a little down arrow that when I press, gives me sub toolbar options. Think of the Undo/Redo buttons in Visual Studio; when I click the arrow next to the icon it pops open the list of edits I can go back to.

Was it helpful?

Solution

Use a split button. See this example.

OTHER TIPS

I've done something similar using Menus/MenuItems. You can style your MenuItems to fit your liking, and still achieve the toggle dropdown functionality.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top