---
title: "scrollRowToVisible(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nstableview/scrollrowtovisible(_:)"
---

# scrollRowToVisible(_:)

Scrolls the view so the specified row is visible.

## Declaration

```swift
func scrollRowToVisible(_ row: Int)
```

## Parameters

- `row`: The row index.

## See Also

### Related Documentation

- [scroll(to:)](appkit/nsclipview/scroll(to:).md)

### Scrolling

- [scrollColumnToVisible(_:)](appkit/nstableview/scrollcolumntovisible(_:).md)
