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)
- 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 this
TabbedPage.
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
this
- value
- Boolean
true
if smooth scrolling should be enabled.
Returns
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI