---
title: NSScrubber.Mode.fixed
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsscrubber/mode-swift.enum/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.

## Declaration

```swift
case fixed
```

## Discussion

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.

## See Also

### Constants

- [NSScrubber.Mode.free](appkit/nsscrubber/mode-swift.enum/free.md)
