Hi All
Please ssuggest elm widgets/ approach for below UI creation.
A List of Items - Each item will have 5 or more subitems-
Item List need to be Vertical But SubItem List should come horizontally along with each item.
mainItem 1 | SubItem1-1 | SubItem1-2 | SubItem1-3 | |
mainItem 2 | SubItem2-1 | SubItem2-2 | SubItem2-3 | |
... | ... | ... | ... |
num of mainitems is dynamic and no of child also can change but no of childs will always be same for all main items.
Traversal needs to be as in GenList (main and Sub should be focused separately.)
Width for main and subitem is diffrent.
Is it possible to achive this using GenList . ?
Thanks in advance.