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

# NSScrubberArrangedView

An abstract base class for the views whose layout is managed by a scrubber.

```
class NSScrubberArrangedView
```

## Topics

### Managing selection and highlighting

[`isHighlighted`](/documentation/AppKit/NSScrubberArrangedView/isHighlighted)

A Boolean value that specifies whether the view is currently highlighted.

[`isSelected`](/documentation/AppKit/NSScrubberArrangedView/isSelected)

A Boolean value that specifies whether the current view is selected.

### Controlling the layout

[`apply(_:)`](/documentation/AppKit/NSScrubberArrangedView/apply(_:))

Updates the layout of the arranged view to respect the provided layout attributes.



---

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)