---
title: shouldCascadeWindows
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindowcontroller/shouldcascadewindows
---

# shouldCascadeWindows

A Boolean value that indicates whether the window will cascade in relation to other document windows when it is displayed.

## Declaration

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

## Discussion

Discussion Cascading in relation to other document windows means having a slightly offset location so that the title bars of previously displayed windows are still visible. The value of this property is true if the window will cascade in relation to other document windows, false otherwise. The default value is true.

## See Also

### Accessing Window Attributes and Content

- [windowFrameAutosaveName](appkit/nswindowcontroller/windowframeautosavename.md)
- [synchronizeWindowTitleWithDocumentName()](appkit/nswindowcontroller/synchronizewindowtitlewithdocumentname().md)
- [windowTitle(forDocumentDisplayName:)](appkit/nswindowcontroller/windowtitle(fordocumentdisplayname:).md)
- [contentViewController](appkit/nswindowcontroller/contentviewcontroller.md)
- [dismissController(_:)](appkit/nswindowcontroller/dismisscontroller(_:).md)
