Native macOs/Windows ComboBox drop down

Hello everyone!
Is there a way to use native/OS-specific drop-down menus with JUCE’s combo box?
If there is no support for this within the framework, has anyone found a workaround?

I’ve attached an example from a project I made in the past, that used VSTGUI4, to demonstrate the drop-down behavior I am trying to achieve.

Thanks so much!

Native_dropdown

I’m afraid there is no support for that within JUCE.

Thanks, Tom.