AbsListView.ScrollEventArgs Class

Definition

Provides data for the Scroll event.

public class AbsListView.ScrollEventArgs : EventArgs
type AbsListView.ScrollEventArgs = class
    inherit EventArgs
Inheritance
AbsListView.ScrollEventArgs

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Name Description
AbsListView.ScrollEventArgs(AbsListView, Int32, Int32, Int32)

Initializes event data supplied by the scroll callback.

Properties

Name Description
FirstVisibleItem

Gets the position of the first visible item supplied by the scroll callback.

TotalItemCount

Gets the total item count supplied by the scroll callback.

View

Gets the view supplied by the scroll callback.

VisibleItemCount

Gets the number of visible items supplied by the scroll callback.

Applies to