Share via


ScrollView Class

Definition

The scroll view instance that Microsoft.Maui.Controls created on the iOS platform.

public ref class ScrollView abstract sealed
public static class ScrollView
type ScrollView = class
Public Module ScrollView
Inheritance
ScrollView

Fields

Name Description
ShouldDelayContentTouchesProperty

Bindable property for ShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>).

Methods

Name Description
GetShouldDelayContentTouches(BindableObject)

Returns a Boolean value that tells whether iOS will wait to determine if a touch is intended as a scroll, or scroll immediately.

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.

ShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>)

Returns a Boolean value that tells whether iOS will wait to determine if a touch is intended as a scroll, or scroll immediately.

Applies to