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 是否會進行等待以判斷觸控的目的是否為捲動,或是立即進行捲動。

適用於