ListView Class
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.
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. |