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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.