Share via


ListView Class

Definition

The list view instance that Microsoft.Maui.Controls created on the Android platform.

public ref class ListView abstract sealed
public static class ListView
type ListView = class
Public Module ListView
Inheritance
ListView

Fields

IsFastScrollEnabledProperty

Bindable property for IsFastScrollEnabled(IPlatformElementConfiguration<Android,ListView>).

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