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

# widthAdjustLimit

The fraction of the page that can be pushed onto the next page during automatic pagination to prevent items such as small images or text columns from being divided across pages.

```
var widthAdjustLimit: CGFloat { get }
```

## Discussion

The value of this property is a floating point number in the range `0.0` to `1.0`. This fraction is used to calculate the right edge limit for a [`adjustPageWidthNew(_:left:right:limit:)`](/documentation/AppKit/NSView/adjustPageWidthNew(_:left:right:limit:)) message.

---

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)