As the question states: I need a genlist which is display-only, i.e. items are not selectable.
It's not an EFL thing, as EFL supports this by default.
I want to get rid of this framing around my items:
I have tried:
- ELM_OBJECT_SELECT_MODE_NONE
- ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY
- elm_genlist_highlight_mode_set
Nothing worked, do we know a solution for removing this frame?