---
title: NSSegmentedControl.Distribution.fillEqually
framework: appkit
role: symbol
role_heading: Case
path: appkit/nssegmentedcontrol/distribution/fillequally
---

# NSSegmentedControl.Distribution.fillEqually

Dynamically sized segments will be sized to fill the available space, and kept the same size as each other.

## Declaration

```swift
case fillEqually
```

## See Also

### Distribution Options

- [NSSegmentedControl.Distribution.fit](appkit/nssegmentedcontrol/distribution/fit.md)
- [NSSegmentedControl.Distribution.fill](appkit/nssegmentedcontrol/distribution/fill.md)
- [NSSegmentedControl.Distribution.fillProportionally](appkit/nssegmentedcontrol/distribution/fillproportionally.md)
