Change style for dropdown when open

What do you want to achieve?

I would like to change the style for the dropdown when open, that is, for the window where you can scroll and choose an item.

What have you tried so far?

I tried changing background color for every possible state: default, checked, etc. in hopes of identifying the correct state.

If this hasn’t been implemented in SquareLine yet, are there functions available in lvgl 8.2 to change the style of the open menu?
Thank you.

Hi,

In the current version of SquareLine Studio it’s not possible to access the widgets created by an other widget. (i.e. the list of the drop down button). That’s why there is no tabview widget either yet. We are treating this feature with very high priority and probably will add it in v1.1.

Until that you can style the list using LVGL directly in the export code:
https://docs.lvgl.io/master/widgets/core/dropdown.html#list