<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTextFinder/findIndicatorNeedsUpdate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTextFinder(py)findIndicatorNeedsUpdate"
  },
  "title" : "findIndicatorNeedsUpdate"
}
-->

# findIndicatorNeedsUpdate

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

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

## Discussion

If the [`client`](/documentation/AppKit/NSTextFinder/client) object’s document is not scrolled by an instance of `NSScrollView`, then set this property to <doc://com.apple.documentation/documentation/Swift/true> when scrolling occurs to cause the find indicator to be updated appropriately.

---

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)