Scrolls the list of thumbnail items if necessary to ensure the specified item is visible.
| Visual Basic |
|---|
Public Sub EnsureVisible( _ ByVal ItemIndex As Long _ ) |
- ItemIndex
- A long value which represents a zero-based index of the thumbnail item to make visible.
If the given index is not visible, it will be made visible at the topmost row.