<!--
{
  "availability" : [
    "macOS: 10.12.2 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSScrubber/Mode-swift.enum/fixed",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSScrubberMode@NSScrubberModeFixed"
  },
  "title" : "NSScrubber.Mode.fixed"
}
-->

# NSScrubber.Mode.fixed

A scrolling mode in which scrubber items remain fixed in place, and the item under the user’s finger is highlighted.

```
case fixed
```

## Discussion

When a user swipes horizontally across the scrubber, the scrubber items remain fixed in place and the item under the user’s finger highlights. At the conclusion of the touch interaction, the last-highlighted item is selected.

For details on how to choose the correct mode for your app, see [`Choose a scrubber touch-interaction model`](/documentation/AppKit/NSScrubber#Choose-a-scrubber-touch-interaction-model).

---

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)