---
title: findBarView
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextfinderbarcontainer/findbarview
---

# findBarView

The view assigned by the text bar as the find bar view for the container.

## Declaration

```swift
var findBarView: NSView? { get set }
```

## Discussion

Discussion This property is managed by NSTextFinder and you must not set this property. The container may freely modify the view’s width, but should not modify its height.

## See Also

### Find Bar View

- [contentView()](appkit/nstextfinderbarcontainer/contentview().md)
- [isFindBarVisible](appkit/nstextfinderbarcontainer/isfindbarvisible.md)
