Overlapping Components in a Flex View in Perspective

If I create a new Flex View and I put two containers in this view, is there a way to actually have those containers reside on top of each other (have the same position). I am looking to show or hide one of the containers based on a criteria, but i don’t see how to do that with a flex view.

To my knowledge, flex views can’t contain overlapping components. The only view I know that can do that would be coordinate.

In a Flex Container, bind Component.position.display to an expression which expresses your condition.


And after toggling the Toggle Switch:

2 Likes

awesome, thank you!

1 Like