Not sure if this is possible but would there be a way to make it so that, if for example, these 4 pieces of text end up being wider than a certain predetermined amount the group as a whole scales accordingly to fit back into a predetermined width?
I tried using this on each layer but it still doesnt space evenly.
gap = thisComp.layer("Control").effect("Spacing")("Slider")+(thisComp.layer("A").transform.xPosition) L = thisComp.layer("A"); rect = L.sourceRectAtTime(); [gap+rect.width+rect.left];