ScrollView.ShouldDelayContentTouches 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回布林值,指出 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
參數
平台特定組態,包含要對其執行作業的項目。
傳回
System.Boolean
布林值,指出 iOS 是否會進行等待以判斷觸控的目的是否為捲動,或是立即進行捲動。