TabbedPage.SetIsSmoothScrollEnabled Method

Definition

Overloads

SetIsSmoothScrollEnabled(BindableObject, Boolean)

Enables or disables smooth scrolling on element.

SetIsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

Enables or disables smooth scrolling on thisTabbedPage.

SetIsSmoothScrollEnabled(BindableObject, Boolean)

Source:
TabbedPage.cs
Source:
TabbedPage.cs

Enables or disables smooth scrolling on element.

public:
 static void SetIsSmoothScrollEnabled(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetIsSmoothScrollEnabled (Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetIsSmoothScrollEnabled : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetIsSmoothScrollEnabled (element As BindableObject, value As Boolean)

Parameters

element
BindableObject

The BindableObject to adjust.

value
Boolean

true if element should enable smooth scrolling.

Applies to

SetIsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

Source:
TabbedPage.cs
Source:
TabbedPage.cs

Enables or disables smooth scrolling on thisTabbedPage.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::TabbedPage ^> ^ SetIsSmoothScrollEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::TabbedPage ^> ^ config, bool value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.TabbedPage> SetIsSmoothScrollEnabled (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.TabbedPage> config, bool value);
static member SetIsSmoothScrollEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.TabbedPage> * bool -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.TabbedPage>
<Extension()>
Public Function SetIsSmoothScrollEnabled (config As IPlatformElementConfiguration(Of Android, TabbedPage), value As Boolean) As IPlatformElementConfiguration(Of Android, TabbedPage)

Parameters

value
Boolean

true if smooth scrolling should be enabled.

Returns

Applies to