The WebForms SegmentedControl supports two layout modes that control how the width is distributed among its items.
In Compact mode (the default), each item takes only the width it needs to display its content. In Stretch mode, all items share the available width equally, filling the full width of the container.