---
title: didEndLiveScrollNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsscrollview/didendlivescrollnotification
---

# didEndLiveScrollNotification

Posted on the main thread at the end of live scroll tracking.

## Declaration

```swift
class let didEndLiveScrollNotification: NSNotification.Name
```

## Discussion

Discussion The notification object is the scroll view performing the scroll. To observe this notification using Swift concurrency, use NSScrollView.DidEndLiveScrollMessage.

## See Also

### Notifications

- [willStartLiveMagnifyNotification](appkit/nsscrollview/willstartlivemagnifynotification.md)
- [didEndLiveMagnifyNotification](appkit/nsscrollview/didendlivemagnifynotification.md)
- [willStartLiveScrollNotification](appkit/nsscrollview/willstartlivescrollnotification.md)
- [didLiveScrollNotification](appkit/nsscrollview/didlivescrollnotification.md)
