<!--
{
  "availability" : [
    "macOS: 10.0.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSScroller/Arrow",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSScrollerArrow"
  },
  "title" : "NSScroller.Arrow"
}
-->

# NSScroller.Arrow

These constants describe the two scroller buttons and are used by [`drawArrow(_:highlight:)`](/documentation/AppKit/NSScroller/drawArrow(_:highlight:)).

```
enum Arrow
```

## Topics

### Constants

[`case incrementArrow`](/documentation/AppKit/NSScroller/Arrow/incrementArrow)

The down or right scroll button.

[`case decrementArrow`](/documentation/AppKit/NSScroller/Arrow/decrementArrow)

The up or left scroll button.

### Initializers

[`init?(rawValue: UInt)`](/documentation/AppKit/NSScroller/Arrow/init(rawValue:))

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)