ScrollView.SetShouldDelayContentTouches 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
| Name | Description |
|---|---|
| SetShouldDelayContentTouches(BindableObject, Boolean) |
Sets whether iOS delays touch events to determine scroll intent. |
| SetShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>, Boolean) |
Sets whether iOS delays touch events to determine scroll intent. |
SetShouldDelayContentTouches(BindableObject, Boolean)
- Source:
- ScrollView.cs
- Source:
- ScrollView.cs
- Source:
- ScrollView.cs
- Source:
- ScrollView.cs
Sets whether iOS delays touch events to determine scroll intent.
public:
static void SetShouldDelayContentTouches(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetShouldDelayContentTouches(Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetShouldDelayContentTouches : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetShouldDelayContentTouches (element As BindableObject, value As Boolean)
Parameters
- element
- BindableObject
The element to set the value on.
- value
- Boolean
true to delay; false for immediate touch response.
Applies to
SetShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>, Boolean)
- Source:
- ScrollView.cs
- Source:
- ScrollView.cs
- Source:
- ScrollView.cs
- Source:
- ScrollView.cs
Sets whether iOS delays touch events to determine scroll intent.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::ScrollView ^> ^ SetShouldDelayContentTouches(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::ScrollView ^> ^ config, bool value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.ScrollView> SetShouldDelayContentTouches(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.ScrollView> config, bool value);
static member SetShouldDelayContentTouches : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.ScrollView> * bool -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.ScrollView>
<Extension()>
Public Function SetShouldDelayContentTouches (config As IPlatformElementConfiguration(Of iOS, ScrollView), value As Boolean) As IPlatformElementConfiguration(Of iOS, ScrollView)
Parameters
The platform configuration.
- value
- Boolean
true to delay; false for immediate touch response.
Returns
The updated platform configuration.