ListView.SetIsFastScrollEnabled Method
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.
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
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.