Is it possible to have the drop down list expand (as per screenshot) without the user clicking on the unexpanded single line widget?
EG something like…
lv_ddlist_set_expanded(ddlist, true);
Is it possible to have the drop down list expand (as per screenshot) without the user clicking on the unexpanded single line widget?
EG something like…
lv_ddlist_set_expanded(ddlist, true);
There is no way to trigger it manually right now. I’m surprised no one asked for it before.
I can implement it tomorrow in dev-7.0
; it shouldn’t take that long.
Already there is a function for it: lv_ddlist_open.
Apparently I can’t read properly late at night… sorry for the confusion!
No problem
It’s really not mentioned in the description part. I’ve just added it.