ScrollView.SetShouldDelayContentTouches Method

Definition

Overloads

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.

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.

public static void SetShouldDelayContentTouches (Xamarin.Forms.BindableObject element, bool value);
static member SetShouldDelayContentTouches : Xamarin.Forms.BindableObject * bool -> unit

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

value
Boolean

The new property value to assign.

Applies to

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.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.ScrollView> SetShouldDelayContentTouches (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.ScrollView> config, bool value);
static member SetShouldDelayContentTouches : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.ScrollView> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.ScrollView>

Parameters

config
IPlatformElementConfiguration<iOS,ScrollView>

The platform specific configuration that contains the element on which to perform the operation.

value
Boolean

The new property value to assign.

Returns

IPlatformElementConfiguration<iOS,ScrollView>

The updated configuration object, on which more methods may be called.

Applies to