---
title: "scrollIndexToVisible(_:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikimagebrowserview/scrollindextovisible(_:)"
---

# scrollIndexToVisible(_:)

Scrolls the receiver to the item at the specified index.

## Declaration

```swift
func scrollIndexToVisible(_ index: Int)
```

## Parameters

- `index`: The index of the item to scroll to.
