SelectingItemsControl.

ScrollIntoView(int) Method

Summary

Scrolls the specified item into view.

Syntax

public void ScrollIntoView(int index)

Parameters

Name Type Description
index int The index of the item.

Return Value

Type Description
void