---
title: automaticallyAdjustsContentInsets
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsclipview/automaticallyadjustscontentinsets
---

# automaticallyAdjustsContentInsets

A Boolean value that indicates if the clip view automatically accounts for other scroll view subviews.

## Declaration

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

## Discussion

Discussion When the value of this property is true, and the clip view is used as the contentView of an NSScrollView, the clip view automatically accounts for other scroll view subviews, such as rulers and headers. The default value is true.

## See Also

### Accessing the Content Insets

- [contentInsets](appkit/nsclipview/contentinsets.md)
