TabbedPage.SetIsSmoothScrollEnabled 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
SetIsSmoothScrollEnabled(BindableObject, Boolean) |
Enables or disables smooth scrolling on . |
SetIsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean) |
Enables or disables smooth scrolling on |
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 this
TabbedPage.
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
this
- value
- System.Boolean
true
if smooth scrolling should be enabled.