---
title: isAutodisplay
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/isautodisplay
---

# isAutodisplay

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

## Declaration

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

## Discussion

Discussion The value of this property is true when the window automatically displays views that need to be displayed; otherwise, false. If autodisplay is false, the window or its views must be explicitly displayed. Automatic display typically occurs on each pass through the event loop.

## See Also

### Related Documentation

- [needsDisplay](appkit/nsview/needsdisplay.md)
- [displayIfNeeded()](appkit/nswindow/displayifneeded().md)

### Properties

- [backingLocation](appkit/nswindow/backinglocation-swift.property.md)
- [preferredBackingLocation](appkit/nswindow/preferredbackinglocation.md)
- [isOneShot](appkit/nswindow/isoneshot.md)
- [drawers](appkit/nswindow/drawers.md)
- [showsResizeIndicator](appkit/nswindow/showsresizeindicator.md)
- [isFlushWindowDisabled](appkit/nswindow/isflushwindowdisabled.md)
- [graphicsContext](appkit/nswindow/graphicscontext.md)
- [windowRef](appkit/nswindow/windowref.md)
