<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ScrollIndicatorVisibility/never",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI25ScrollIndicatorVisibilityV5neverACvpZ"
  },
  "title" : "never"
}
-->

# never

Scroll indicators should never be visible.

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

## Discussion

This value behaves like [`hidden`](/documentation/SwiftUI/ScrollIndicatorVisibility/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.

---

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)