<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ToolbarMinimizationRestoration/atScrollEdge",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI30ToolbarMinimizationRestorationV12atScrollEdgeACvpZ"
  },
  "title" : "atScrollEdge"
}
-->

# atScrollEdge

The toolbar restores only when the scroll view’s content reaches
the scroll edge.

```
static let atScrollEdge: ToolbarMinimizationRestoration
```

## Discussion

Mid-scroll reversals do not restore the toolbar. Currently this is
only honored alongside [`onScrollDown`](/documentation/SwiftUI/ToolbarMinimizationBehavior/onScrollDown)
and only for [`navigationBar`](/documentation/SwiftUI/ToolbarPlacement/navigationBar).

---

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)