ListView.SetIsFastScrollEnabled Method

Definition

Overloads

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.

SetIsFastScrollEnabled(BindableObject, Boolean)

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

public static void SetIsFastScrollEnabled (Xamarin.Forms.BindableObject element, bool value);
static member SetIsFastScrollEnabled : Xamarin.Forms.BindableObject * bool -> unit

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

value
System.Boolean

The new property value to assign.

Applies to

SetIsFastScrollEnabled(IPlatformElementConfiguration<Android,ListView>, Boolean)

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

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

Parameters

config
IPlatformElementConfiguration<Android,ListView>

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

value
System.Boolean

The new property value to assign.

Returns

The updated configuration object, on which more methods may be called.

Applies to