<!--
{
  "availability" : [
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKInterfaceTable/scrollToRow(at:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKInterfaceTable(im)scrollToRowAtIndex:"
  },
  "title" : "scrollToRow(at:)"
}
-->

# scrollToRow(at:)

Scrolls the row at the specified index into view.

```
func scrollToRow(at index: Int)
```

## Parameters

`index`

The index of the row to be displayed. Specifying an index less than `0` scrolls to the top of the list. Specifying an index greater than the total number of row controllers scrolls to the bottom of the list.

## 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)