---
title: findIndicatorNeedsUpdate
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextfinder/findindicatorneedsupdate
---

# findIndicatorNeedsUpdate

Invoke to specify that the find indicator needs updating when not contained within a scroll view.

## Declaration

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

## Discussion

Discussion If the client object’s document is not scrolled by an instance of NSScrollView, then set this property to true when scrolling occurs to cause the find indicator to be updated appropriately.
