---
title: dragThatCanResizeWindow
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nslayoutconstraint/priority-swift.struct/dragthatcanresizewindow
---

# dragThatCanResizeWindow

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

## Declaration

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

## Discussion

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.

## See Also

### Constants

- [required](appkit/nslayoutconstraint/priority-swift.struct/required.md)
- [defaultHigh](appkit/nslayoutconstraint/priority-swift.struct/defaulthigh.md)
- [windowSizeStayPut](appkit/nslayoutconstraint/priority-swift.struct/windowsizestayput.md)
- [dragThatCannotResizeWindow](appkit/nslayoutconstraint/priority-swift.struct/dragthatcannotresizewindow.md)
- [defaultLow](appkit/nslayoutconstraint/priority-swift.struct/defaultlow.md)
- [fittingSizeCompression](appkit/nslayoutconstraint/priority-swift.struct/fittingsizecompression.md)
