<!--
{
  "availability" : [
    "macOS: 10.11.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSplitViewController/automaticDimension",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSSplitViewControllerAutomaticDimension"
  },
  "title" : "automaticDimension"
}
-->

# automaticDimension

The default value to apply to a dimension.

```
class let automaticDimension: CGFloat
```

## Discussion

Use this constant with any sizing-related [`NSSplitViewController`](/documentation/AppKit/NSSplitViewController) property to get the default system behavior.

---

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)