Accordion menus

I am interested in creating a component with accordion menus (like those within the TabbedComponent on the left of the Projucer UI)… however, I cannot seem to work out which of the many menu components I should use for such a component… could anyone point me in the right direction?

Thanks,

Pete

The Projucer’s sidebar menus are created using the ConcertinaPanel class with some custom headers set via the ConcertinaPanel:: setCustomPanelHeader() method. The header class is located here in the Projucer’s code and this is a good place to see how it’s implemented.

2 Likes

Excellent, thank you very much, that should get me started!