Share via


ListView Class

Definition

Caution

With the deprecation of ListView, this class is obsolete. Please use CollectionView instead.

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

public ref class ListView abstract sealed
[System.Obsolete("With the deprecation of ListView, this class is obsolete. Please use CollectionView instead.")]
public static class ListView
public static class ListView
[<System.Obsolete("With the deprecation of ListView, this class is obsolete. Please use CollectionView instead.")>]
type ListView = class
type ListView = class
Public Module ListView
Inheritance
ListView
Attributes

Fields

IsFastScrollEnabledProperty
Obsolete.

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

Methods

GetIsFastScrollEnabled(BindableObject)
Obsolete.

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

IsFastScrollEnabled(IPlatformElementConfiguration<Android,ListView>)
Obsolete.

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

SetIsFastScrollEnabled(BindableObject, Boolean)
Obsolete.

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

SetIsFastScrollEnabled(IPlatformElementConfiguration<Android,ListView>, Boolean)
Obsolete.

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

Applies to