eez-open / studio

Cross-platform low-code GUI and automation
https://www.envox.eu/studio/studio-introduction/
GNU General Public License v3.0
610 stars 101 forks source link

[LVGL] Direction option for Dropdown widget #501

Closed vldgeorgiev closed 2 months ago

vldgeorgiev commented 3 months ago

Is your feature request related to a problem? Please describe. The Dropdown widget (lv_dropdown) supports a Direction property for placement of the list (up, down, left, right). The option is not supported by EEZ Studio.

Describe the solution you'd like It will be useful if EEZ Studio ccan control that property

image

mvladic commented 2 months ago

Implemented.

vldgeorgiev commented 2 months ago

@mvladic Thanks for the quick implementation. I tried it and it does work, the list appears on the side, but there is a glitch. The list in my case is larger (higher) than the screen and the top part gets cropped. I can scroll it, but can't select or see the top 1-2 items in it. Is that an LVGL issue or something adjustable from EEZ Studio?

image
zalexzperez commented 2 months ago

There's another little problem. Both the BOTTOM and TOP directions share the same indicating arrow pointing downwards.