I have a container with 3 objects. The first object is constant and contains a dropdown menu where I select a variable. The second and third objects are only visible when the dropdown is set to particular selections (one or the other).
I was planning to use a container grid that is 2 columns by 1 row, and the second column would dynamically change depending on the dropdown selection. The problem is that I haven't figured out how to dynamically change the order of the objects within the container (so that when object 2 is not visible it shows object 3 in the second column).
If I create a container that is 3 columns I can see them appear and disappear successfully, but the gap in the grid doesn't look right.