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
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.