<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ScrollPosition/scrollTo(id:anchor:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI14ScrollPositionV8scrollTo2id6anchoryx_AA9UnitPointVSgtSHRzs8SendableRzlF"
  },
  "title" : "scrollTo(id:anchor:)"
}
-->

# scrollTo(id:anchor:)

Scrolls the position of the scroll view to a view with a identity value
and anchor you provide.

```
mutating func scrollTo(id: some Hashable & Sendable, anchor: UnitPoint? = nil)
```

## Discussion

Inform the scroll view of which layout it should look for view’s
with the identity value you provide using the
`View/scrollTargetLayout()` modifier.

---

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)