---
title: isSwipeTrackingFromScrollEventsEnabled
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsevent/isswipetrackingfromscrolleventsenabled
---

# isSwipeTrackingFromScrollEventsEnabled

A Boolean value that indicates whether to track fluid swipe gestures using scroll events.

## Declaration

```swift
class var isSwipeTrackingFromScrollEventsEnabled: Bool { get }
```

## Discussion

Discussion If your app implements its own scrolling, or one of your responder objects tracks scroll wheel messages before they reach a scroll view, make sure the value of this property is true before you call trackSwipeEvent(options:dampenAmountThresholdMin:max:usingHandler:) to handle the event. The system defines the value of this property based on user-level preferences. If you use NSScrollView for your app’s scrolling behavior, you don’t need to check this property. Scroll views automatically account for this behavior.

## See Also

### Configuring swipe event behaviors

- [trackSwipeEvent(options:dampenAmountThresholdMin:max:usingHandler:)](appkit/nsevent/trackswipeevent(options:dampenamountthresholdmin:max:usinghandler:).md)
- [NSEvent.SwipeTrackingOptions](appkit/nsevent/swipetrackingoptions.md)
