ScrollView.GetShouldDelayContentTouches(BindableObject) 方法

定义

返回一个布尔值,用于说明 iOS 是否会等待确定触碰目的是滚动还是立即滚动。

public static bool GetShouldDelayContentTouches (Xamarin.Forms.BindableObject element);
static member GetShouldDelayContentTouches : Xamarin.Forms.BindableObject -> bool

参数

element
BindableObject

要对其执行操作的特定于平台的元素。

返回

System.Boolean

一个布尔值,用于说明 iOS 是否会等待确定触碰目的是滚动还是立即滚动。

适用于