ScrollToRequestEventArgs.Index Property

Definition

Gets the zero-based index of the item to scroll to.

public:
 property int Index { int get(); };
public int Index { get; }
member this.Index : int
Public ReadOnly Property Index As Integer

Property Value

The item index when Mode is Position; otherwise, not used.

Applies to