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