What menu function should i be using in my canvas, the set up a drop down button list

Hi There,
What menu function should i be using in my canvas, the set up a drop down button list
I need a button, when clicked, drops down 3 options, which then individually, also has the ability to have individual drop downs further.

Currently, I have a simple canvas, with 5 working buttons. but those buttons are single function, and not drop down.

For all sorts of cascading / branching sub-menus, do look into:

  • ComboBox
  • ExpandableArea
  • TreeView

These widgets will allow you to build what you need. Look up tutorials on how they work and then decide which suits you the best. A MenuAnchor may also prove useful.

1 Like