---
title: NSWindow.TabbingMode.automatic
framework: appkit
role: symbol
role_heading: Case
path: appkit/nswindow/tabbingmode-swift.enum/automatic
---

# NSWindow.TabbingMode.automatic

A window that automatically tabs together based on the user’s tabbing preference.

## Declaration

```swift
case automatic
```

## Discussion

Discussion A window with the NSWindow.TabbingMode.automatic tabbing mode consults the value of userTabbingPreference to decide if it should join a tab group with other windows.

## See Also

### Modes

- [NSWindow.TabbingMode.disallowed](appkit/nswindow/tabbingmode-swift.enum/disallowed.md)
- [NSWindow.TabbingMode.preferred](appkit/nswindow/tabbingmode-swift.enum/preferred.md)
