cancel
Showing results for 
Search instead for 
Did you mean: 

scroll list add and remove elements

Revanth
Associate III

Hi,

I want to create a scroll List where the elements have to be added or removed. I tried using remove but not able to remove elements even through call back like scroll list.

is there solution?

or how can I use remove ?

Thankyou,

2 REPLIES 2
Romain DIELEMAN
ST Employee

Hi,

Have a look at the ListLayout example in the Examples tab when you create a project in TouchGFX Designer. This example uses a list layout widget within a scroll container, and lets the user delete elements by pressing a button.

/Romain

Revanth
Associate III

Hi,

I tried that. But it's working only in case of list layout. I want to implement the list as arc as in scroll wheel tutorial for which I need to use either scroll wheel or scroll list.

I implemented the same with scroll list by changing drawables count whenever I add or remove element. But if I can implement it using remove function of scroll list, it would be effective.

Thanks for reply.​