Share via


ScrollView.SetShouldDelayContentTouches メソッド

定義

オーバーロード

SetShouldDelayContentTouches(BindableObject, Boolean)

タッチがスクロールとして意図されているかどうかを判断するために iOS を待機するか、すぐにスクロールするかを示すブール値を設定します。

SetShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>, Boolean)

タッチがスクロールとして意図されているかどうかを判断するために iOS を待機するか、すぐにスクロールするかを示すブール値を設定します。

SetShouldDelayContentTouches(BindableObject, Boolean)

タッチがスクロールとして意図されているかどうかを判断するために iOS を待機するか、すぐにスクロールするかを示すブール値を設定します。

public static void SetShouldDelayContentTouches (Xamarin.Forms.BindableObject element, bool value);
static member SetShouldDelayContentTouches : Xamarin.Forms.BindableObject * bool -> unit

パラメーター

element
BindableObject

操作を実行するプラットフォーム固有の要素。

value
System.Boolean

代入する新しいプロパティ値。

適用対象

SetShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>, Boolean)

タッチがスクロールとして意図されているかどうかを判断するために iOS を待機するか、すぐにスクロールするかを示すブール値を設定します。

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

パラメーター

config
IPlatformElementConfiguration<iOS,ScrollView>

操作を実行する要素を含むプラットフォーム固有の構成。

value
System.Boolean

代入する新しいプロパティ値。

戻り値

さらに多くのメソッドを呼び出すことができる、更新された構成オブジェクト。

適用対象