I have a simple design trying to show using container.
If condition is met (for example A>B) then show object1 in the full space.
Then if conditions is not met (for example A<=B) then show object2 for the left half space and show object3 for the right half space.
Can this be achieved?