I would like to be able to dynamically set the width of multiple component instances based on the width of a base (or reference) instance.
Example: given multiple horizontal content tabs with text labels of varying lengths, I’d like have all tabs match the width of the longest label, but solely dependent upon the label length, not relevant to the container or depending upon auto-layout.