ScrollEdgeEffect Disabled

Disables any scroll edge effects for scroll views within this hierarchy

ScrollEdgeEffect Disabled - iOS Light Mode Preview

Platform Compatibility

iOS 26.0+ iPadOS 26.0+ macOS 26.0+ watchOS 26.0+ tvOS 26.0+

Tags

SwiftUI Code

Docs
NavigationStack {
  List {
    ForEach(0 ..< 100, id: \.self) {
      Text("Item \($0)")
    }
  }
  .toolbar {
    Button("foo", action: action)
  }
  .scrollEdgeEffectDisabled()
}

Found an issue or have a suggestion?

Created: June 10, 2025Updated: June 10, 2025