cancel
Showing results for 
Search instead for 
Did you mean: 

Scroll List Manipulation

Tales Somensi
Associate II

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?

2 REPLIES 2
Martin KJELDSEN
Chief III

Hi @Tales Somensi​,

Still need help with this?

Tales Somensi
Associate II

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.