---
title: "scrollToRow(at:)"
framework: watchkit
role: symbol
role_heading: Instance Method
path: "watchkit/wkinterfacetable/scrolltorow(at:)"
---

# scrollToRow(at:)

Scrolls the row at the specified index into view.

## Declaration

```swift
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.

## See Also

### Scrolling

- [curvesAtBottom](watchkit/wkinterfacetable/curvesatbottom.md)
- [curvesAtTop](watchkit/wkinterfacetable/curvesattop.md)
