ListView Class

Definition

The list view instance that Xamarin.Forms created on the Android platform.

public static class ListView
type ListView = class
Inheritance
ListView

Fields

IsFastScrollEnabledProperty

Backing store for the attached property that controls whether fast scrolling is enabled.

Methods

GetIsFastScrollEnabled(BindableObject)

Returns a Boolean value that tells whether fast scrolling is enabled.

IsFastScrollEnabled(IPlatformElementConfiguration<Android,ListView>)

Returns a Boolean value that tells whether fast scrolling is enabled.

SetIsFastScrollEnabled(BindableObject, Boolean)

Sets the attached property that controls whether fast scrolling is enabled.

SetIsFastScrollEnabled(IPlatformElementConfiguration<Android,ListView>, Boolean)

Sets the attached property that controls whether fast scrolling is enabled.

Applies to