# `BCCollectionView scrollItemAtIndexToVisible:`

*Instance Method*

## Declaration

```swift
func scrollItemAtIndexToVisible(_ idx: UInt)
```

```objc
- (void) scrollItemAtIndexToVisible:(NSUInteger) idx;
```

```python
scrollItemAtIndexToVisible_(idx: int)
```

