VirtualizingPanel.BringIndexIntoView(Int32) 메서드

정의

파생 클래스에서 구현되는 경우 지정된 인덱스 위치에 항목을 생성하고 표시합니다.

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

매개 변수

index
Int32

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

적용 대상