VirtualizingPanel.BringIndexIntoView(Int32) 메서드

정의

지정된 인덱스 위치에서 항목을 생성하고 표시되도록 설정합니다.

protected:
 virtual void BringIndexIntoView(int index) = BringIndexIntoView;
void BringIndexIntoView(int const& index);
protected virtual void BringIndexIntoView(int index);
function bringIndexIntoView(index)
Protected Overridable Sub BringIndexIntoView (index As Integer)

매개 변수

index
Int32

int

항목을 생성하여 표시할 인덱스 위치입니다.

적용 대상