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

ShouldDelayContentTouchesProperty

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

Methods

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 a Boolean value that tells whether iOS will wait to determine if a touch is intended as a scroll, or scroll immediately.

SetShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>, Boolean)

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

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