---
title: "scrollItemAtIndexToVisible(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nscombobox/scrollitematindextovisible(_:)"
---

# scrollItemAtIndexToVisible(_:)

Scrolls the receiver’s pop-up list vertically so that the item at the specified index is visible.

## Declaration

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

## Parameters

- `index`: The index of the item to make visible.

## Discussion

Discussion The pop-up list need not be displayed at the time this method is invoked.

## See Also

### Manipulating the Displayed List

- [indexOfItem(withObjectValue:)](appkit/nscombobox/indexofitem(withobjectvalue:).md)
- [itemObjectValue(at:)](appkit/nscombobox/itemobjectvalue(at:).md)
- [noteNumberOfItemsChanged()](appkit/nscombobox/notenumberofitemschanged().md)
- [reloadData()](appkit/nscombobox/reloaddata().md)
- [scrollItemAtIndexToTop(_:)](appkit/nscombobox/scrollitematindextotop(_:).md)
