Compartilhar via


ScrollView.SetVerticalScrollStep Method

Definition

Overloads

SetVerticalScrollStep(BindableObject, Int32)
SetVerticalScrollStep(IPlatformElementConfiguration<Tizen,ScrollView>, Int32)

SetVerticalScrollStep(BindableObject, Int32)

Source:
ScrollView.cs
Source:
ScrollView.cs
public:
 static void SetVerticalScrollStep(Microsoft::Maui::Controls::BindableObject ^ element, int scrollStep);
public static void SetVerticalScrollStep (Microsoft.Maui.Controls.BindableObject element, int scrollStep);
static member SetVerticalScrollStep : Microsoft.Maui.Controls.BindableObject * int -> unit
Public Sub SetVerticalScrollStep (element As BindableObject, scrollStep As Integer)

Parameters

element
BindableObject
scrollStep
Int32

Applies to

SetVerticalScrollStep(IPlatformElementConfiguration<Tizen,ScrollView>, Int32)

Source:
ScrollView.cs
Source:
ScrollView.cs
public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::ScrollView ^> ^ SetVerticalScrollStep(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::ScrollView ^> ^ config, int scrollStep);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.ScrollView> SetVerticalScrollStep (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.ScrollView> config, int scrollStep);
static member SetVerticalScrollStep : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.ScrollView> * int -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.ScrollView>
<Extension()>
Public Function SetVerticalScrollStep (config As IPlatformElementConfiguration(Of Tizen, ScrollView), scrollStep As Integer) As IPlatformElementConfiguration(Of Tizen, ScrollView)

Parameters

scrollStep
Int32

Returns

Applies to