ScrollView.ShouldDelayContentTouches 方法

定义

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

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

参数

config
IPlatformElementConfiguration<iOS,ScrollView>

特定于平台的配置,包含要对其执行操作的元素。

返回

System.Boolean

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

适用于