ListView.IsFastScrollEnabled Method

Definition

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

public static bool IsFastScrollEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.ListView> config);
static member IsFastScrollEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.ListView> -> bool

Parameters

config
IPlatformElementConfiguration<Android,ListView>

The platform specific configuration that contains the element on which to perform the operation.

Returns

System.Boolean

A Boolean value that tells whether fast scrolling is enabled.

Applies to