ScrollView.SetHorizontalScrollStep 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
SetHorizontalScrollStep(BindableObject, Int32) | |
SetHorizontalScrollStep(IPlatformElementConfiguration<Tizen,ScrollView>, Int32) |
SetHorizontalScrollStep(BindableObject, Int32)
- Source:
- ScrollView.cs
- Source:
- ScrollView.cs
public:
static void SetHorizontalScrollStep(Microsoft::Maui::Controls::BindableObject ^ element, int scrollStep);
public static void SetHorizontalScrollStep (Microsoft.Maui.Controls.BindableObject element, int scrollStep);
static member SetHorizontalScrollStep : Microsoft.Maui.Controls.BindableObject * int -> unit
Public Sub SetHorizontalScrollStep (element As BindableObject, scrollStep As Integer)
Parameters
- element
- BindableObject
- scrollStep
- Int32
Applies to
SetHorizontalScrollStep(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 ^> ^ SetHorizontalScrollStep(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> SetHorizontalScrollStep (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.ScrollView> config, int scrollStep);
static member SetHorizontalScrollStep : 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 SetHorizontalScrollStep (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.