Partager via


ScrollView.SetShouldDelayContentTouches Méthode

Définition

Surcharges

SetShouldDelayContentTouches(BindableObject, Boolean)

Définit une valeur booléenne qui indique si iOS attend pour déterminer si une pression tactile doit être interprétée comme un défilement, ou fait défiler immédiatement.

SetShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>, Boolean)

Définit une valeur booléenne qui indique si iOS attend pour déterminer si une pression tactile doit être interprétée comme un défilement, ou fait défiler immédiatement.

SetShouldDelayContentTouches(BindableObject, Boolean)

Définit une valeur booléenne qui indique si iOS attend pour déterminer si une pression tactile doit être interprétée comme un défilement, ou fait défiler immédiatement.

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

Paramètres

element
BindableObject

Élément spécifique à la plateforme sur lequel effectuer l’opération.

value
System.Boolean

Nouvelle valeur de la propriété à assigner.

S’applique à

SetShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>, Boolean)

Définit une valeur booléenne qui indique si iOS attend pour déterminer si une pression tactile doit être interprétée comme un défilement, ou fait défiler immédiatement.

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>

Paramètres

config
IPlatformElementConfiguration<iOS,ScrollView>

Configuration spécifique à la plateforme qui contient l’élément sur lequel effectuer l’opération.

value
System.Boolean

Nouvelle valeur de la propriété à assigner.

Retours

Objet de configuration mis à jour, sur lequel d’autres méthodes peuvent être appelées.

S’applique à