VirtualizingStackPanel.BringIndexIntoView(Int32) 메서드

정의

지정된 인덱스 위치에 항목을 생성하여 보기로 가져옵니다.

protected public:
 override void BringIndexIntoView(int index);
protected internal override void BringIndexIntoView(int index);
override this.BringIndexIntoView : int -> unit
Protected Friend Overrides Sub BringIndexIntoView (index As Integer)

매개 변수

index
Int32

생성하고 표시할 항목의 위치입니다.

예외

index 식 컬렉션에 위치가 없습니다.

적용 대상