Watchkit layout: Overflow to left instead of right

It is possible to use a spacer group to push another element to the right, so this second element is hidden.(oustide of the box)

Is it possible to do the same but the other way around?

Aligning both elements to the right, I would like to use the spacer group to push the second element to the left, outside of the box.


Is this possible?


Thank you!

You can't accomplish this with a spacer group, but you can change the content inset of the containing group.


Content insets can be negative. So in this case, you can set the left content inset to a negative value, and your content will be hidden to the left.

Watchkit layout: Overflow to left instead of right
 
 
Q