<!--
{
  "availability" : [
    "macOS: 10.9.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSView/isCompatibleWithResponsiveScrolling",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSView(cpy)compatibleWithResponsiveScrolling"
  },
  "title" : "isCompatibleWithResponsiveScrolling"
}
-->

# isCompatibleWithResponsiveScrolling

A Boolean value that indicates whether views support responsive scrolling.

```
class var isCompatibleWithResponsiveScrolling: Bool { get }
```

## Discussion

When the value of this property is <doc://com.apple.documentation/documentation/Swift/true>, the view class supports responsive scrolling. AppKit enables responsive scrolling when the views involved in scrolling—the [`NSScrollView`](/documentation/AppKit/NSScrollView), [`NSClipView`](/documentation/AppKit/NSClipView), and embedded document view—all have this property set to <doc://com.apple.documentation/documentation/Swift/true>. If you want to opt out of responsive scrolling, override this property and set it to <doc://com.apple.documentation/documentation/Swift/false>.

[`NSScrollView`](/documentation/AppKit/NSScrollView), [`NSClipView`](/documentation/AppKit/NSClipView), and other view subclasses override this property and perform additional checks.

---

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)