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 位置不存在於子集合中。

適用於