---
title: never
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/scrollindicatorvisibility/never
---

# never

Scroll indicators should never be visible.

## Declaration

```swift
static var never: ScrollIndicatorVisibility { get }
```

## Discussion

Discussion This value behaves like hidden, but overrides scrollable views that choose to keep their indicators visible. When using this value, provide an alternative method of scrolling. The typical horizontal swipe gesture might not be available, depending on the current input device.

## See Also

### Getting visibilties

- [automatic](swiftui/scrollindicatorvisibility/automatic.md)
- [hidden](swiftui/scrollindicatorvisibility/hidden.md)
- [visible](swiftui/scrollindicatorvisibility/visible.md)
