<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSGroupTouchBarItem/prefersEqualWidths",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSGroupTouchBarItem(py)prefersEqualWidths"
  },
  "title" : "prefersEqualWidths"
}
-->

# prefersEqualWidths

A Boolean value that specifies that items should have equal widths when possible.

```
var prefersEqualWidths: Bool { get set }
```

## Discussion

When <doc://com.apple.documentation/documentation/Swift/true>, items in the [`groupTouchBar`](/documentation/AppKit/NSGroupTouchBarItem/groupTouchBar) are sized to have equal widths when possible.

The default value is <doc://com.apple.documentation/documentation/Swift/false>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)