2025-02-21 11:45 AM
Hello.
I have a project on TouchGFX Designer, in a view (called routing_channel) i have a ScrollList with a container that i use as template.
I am doing the scroll with hardware buttons, my goal is, get the index value from the items of the list and pass this value to container.
How can i pass values from view to container?
example:
ScrollList
item1
item2 < Selected this item, now i want to pass his index value to the container
item3
If my goal isn't clear enough, i can provide more details. Thanks!