---
title: allowsResizing
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwindowfeatures/allowsresizing
---

# allowsResizing

A Boolean value that indicates whether to make the containing window window resizable.

## Declaration

```swift
var allowsResizing: NSNumber? { get }
```

## Discussion

Discussion If the webpage didn’t request a resizable window, this property is nil.

## See Also

### Inspecting Window Position and Dimensions

- [height](webkit/wkwindowfeatures/height.md)
- [width](webkit/wkwindowfeatures/width.md)
- [x](webkit/wkwindowfeatures/x.md)
- [y](webkit/wkwindowfeatures/y.md)
