<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTabView/minimumSize",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTabView(py)minimumSize"
  },
  "title" : "minimumSize"
}
-->

# minimumSize

The minimum size necessary for the tab view to display tabs in a useful way.

```
var minimumSize: NSSize { get }
```

## Discussion

You can use the value of this property to limit how much a user can resize a tab view.

## See Also

[`tabViewType`](/documentation/AppKit/NSTabView/tabViewType)

The tab type to display the tabs.



---

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)