2020-04-08 10:33 AM
Hi there. I'm working to create a menu interface, it must works like a tree, and for that, i'm trying to use a scrolllist container. I'm already able to click on each item and already have a callback handler for this. The problem i'm trying to solve is, when I click in an item on the list, I need it to update it's items and also change the number of items on screen.
scrollListExample.removeAll();
scrollListExample.invalidate();
It successfully removes all the items on the list on screen.
How could I initialize the same scrollListExample again on screen with different items?
2020-04-29 07:54 AM
Hi @Tales Somensi,
Still need help with this?
2020-05-23 11:17 AM
Hi Martin. I used a scrollable container with a list to outline this issue. But the question remains, I couldn't solve it yet. So any help will be appreciated.