<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSLayoutConstraint/Priority-swift.struct/dragThatCanResizeWindow",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSLayoutPriorityDragThatCanResizeWindow"
  },
  "title" : "dragThatCanResizeWindow"
}
-->

# dragThatCanResizeWindow

Appropriate priority level for a drag that may end up resizing the window.

```
static var dragThatCanResizeWindow: NSLayoutConstraint.Priority { get }
```

## Discussion

This drag does not need to explicitly resize the window. The user might be dragging around window contents, and it might be desirable for the window get bigger to accommodate those contents.

---

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)