Поделиться через


ItemsView.StartBringItemIntoView(Int32, BringIntoViewOptions) Метод

Определение

Начинает операцию по выводу элемента с указанным индексом в представление.

public:
 virtual void StartBringItemIntoView(int index, BringIntoViewOptions ^ options) = StartBringItemIntoView;
void StartBringItemIntoView(int const& index, BringIntoViewOptions const& options);
public void StartBringItemIntoView(int index, BringIntoViewOptions options);
function startBringItemIntoView(index, options)
Public Sub StartBringItemIntoView (index As Integer, options As BringIntoViewOptions)

Параметры

index
Int32

int

Индекс элемента для просмотра.

options
BringIntoViewOptions

Параметры, которые могут применяться при представлении элемента.

Применяется к