<!--
{
  "availability" : [
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKInterfaceController/scroll(to:at:animated:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKInterfaceController(im)scrollToObject:atScrollPosition:animated:"
  },
  "title" : "scroll(to:at:animated:)"
}
-->

# scroll(to:at:animated:)

Scrolls the specified object to the given position onscreen.

```
func scroll(to object: WKInterfaceObject, at scrollPosition: WKInterfaceScrollPosition, animated: Bool)
```

## Parameters

`object`

The interface object to scroll to.

`scrollPosition`

The specified object’s desired position on the screen.

`animated`

A Boolean value that determines whether the scroll action is animated.

## Discussion

---

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)