ScrollView Class

Definition

The scroll view instance that Xamarin.Forms created on the iOS platform.

public static class ScrollView
type ScrollView = class
Inheritance
ScrollView

Fields

ShouldDelayContentTouchesProperty

Backing store for the attached property that controls whether iOS will wait to determine if a touch is intended as a scroll, or scroll immediately.

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