次の方法で共有


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 を待機するか、すぐにスクロールするかを示すブール値。

適用対象