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

# NSScroller.Part

These constants specify the different parts of the scroller:

```
enum Part
```

## Topics

### Constants

[`NSScroller.Part.knob`](/documentation/AppKit/NSScroller/Part/knob)

Directly to the scroller’s value, as given by [`floatValue`](/documentation/AppKit/NSControl/floatValue).

[`NSScroller.Part.knobSlot`](/documentation/AppKit/NSScroller/Part/knobSlot)

Directly to the scroller’s value, as given by [`floatValue`](/documentation/AppKit/NSControl/floatValue).

[`NSScroller.Part.decrementLine`](/documentation/AppKit/NSScroller/Part/decrementLine)

Up or left by a small amount.

[`NSScroller.Part.decrementPage`](/documentation/AppKit/NSScroller/Part/decrementPage)

Up or left by a large amount.

[`NSScroller.Part.incrementLine`](/documentation/AppKit/NSScroller/Part/incrementLine)

Down or right by a small amount.

[`NSScroller.Part.incrementPage`](/documentation/AppKit/NSScroller/Part/incrementPage)

Down or right by a large amount.

[`NSScroller.Part.noPart`](/documentation/AppKit/NSScroller/Part/noPart)

Don’t scroll at all.



---

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)