ItemsViewScrolledEventArgs.CenterItemIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the index of the item at the center of the view.
public:
property int CenterItemIndex { int get(); void set(int value); };
public int CenterItemIndex { get; set; }
member this.CenterItemIndex : int with get, set
Public Property CenterItemIndex As Integer
Property Value
The zero-based index of the item closest to the center of the visible area.