2021-11-16 03:07 AM
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,
2021-11-25 06:28 AM
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
2021-11-25 09:25 PM
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.