ScrollView.SetVerticalScrollStep 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
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.