TabbedPage.SetIsSmoothScrollEnabled Method

Definition

Overloads

SetIsSmoothScrollEnabled(BindableObject, Boolean)

Enables or disables smooth scrolling on .

SetIsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

Enables or disables smooth scrolling on thisTabbedPage.

SetIsSmoothScrollEnabled(BindableObject, Boolean)

Enables or disables smooth scrolling on .

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

Parameters

element
BindableObject

The BindableObject to adjust.

value
System.Boolean

true if should enable smooth scrolling.

Applies to

SetIsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

Enables or disables smooth scrolling on thisTabbedPage.

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

Parameters

value
System.Boolean

true if smooth scrolling should be enabled.

Returns

Applies to