Question
How can we iterate containers inside a container (i.e. nested container)
Suppose I create a container called 'containers' which has further other containers called container1, container2 and container3.
Now how can I iterate the inside containers from the outer container? Is it even possible in TouchGFX?
My intention is to control whether to set particular container visible or invisible.
