<!--
{
  "availability" : [
    "macOS: 10.12.2 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSScrubberTextItemView",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSScrubberTextItemView"
  },
  "title" : "NSScrubberTextItemView"
}
-->

# NSScrubberTextItemView

A concrete view subclass for displaying text for an item in a scrubber.

```
class NSScrubberTextItemView
```

## Overview

Provide the text you want to display in the scrubber item to the [`title`](/documentation/AppKit/NSScrubberTextItemView/title) property. If you want finer control over the appearance of the text, you can access the underlying text field using the [`textField`](/documentation/AppKit/NSScrubberTextItemView/textField) property.

## Topics

### Providing text content

[`title`](/documentation/AppKit/NSScrubberTextItemView/title)

The text displayed for the scrubber item.

[`textField`](/documentation/AppKit/NSScrubberTextItemView/textField)

The text field that the scrubber item uses to display its text.



---

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)