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

# isAutodisplay

A Boolean value that indicates whether the window automatically displays views that need to be displayed.

```
var isAutodisplay: Bool { get set }
```

## Discussion

The value of this property is <doc://com.apple.documentation/documentation/Swift/true> when the window automatically displays views that need to be displayed; otherwise, <doc://com.apple.documentation/documentation/Swift/false>. If `autodisplay` is <doc://com.apple.documentation/documentation/Swift/false>, the window or its views must be explicitly displayed.

Automatic display typically occurs on each pass through the event loop.

## See Also

[`needsDisplay`](/documentation/AppKit/NSView/needsDisplay)

A Boolean value that determines whether the view needs to be redrawn before being displayed.

[`displayIfNeeded()`](/documentation/AppKit/NSWindow/displayIfNeeded())

Passes a display message down the window’s view hierarchy, thus redrawing all views that need displaying.



---

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)