Langue

ScrollView.SmoothScrollingEnabled Propriété

Définition

Définissez si le défilement des flèches animera sa transition.

public virtual bool SmoothScrollingEnabled { [Android.Runtime.Register("isSmoothScrollingEnabled", "()Z", "GetIsSmoothScrollingEnabledHandler")] get; [Android.Runtime.Register("setSmoothScrollingEnabled", "(Z)V", "GetSetSmoothScrollingEnabled_ZHandler")] set; }
[<get: Android.Runtime.Register("isSmoothScrollingEnabled", "()Z", "GetIsSmoothScrollingEnabledHandler")>]
[<set: Android.Runtime.Register("setSmoothScrollingEnabled", "(Z)V", "GetSetSmoothScrollingEnabled_ZHandler")>]
member this.SmoothScrollingEnabled : bool with get, set

Valeur de propriété

Indique si le défilement des flèches animera sa transition.

Attributs

Remarques

Documentation getter de propriété :

Java documentation pour android.widget.ScrollView.isSmoothScrollingEnabled().

Documentation du jeu de propriétés :

Définissez si le défilement des flèches animera sa transition.

Java documentation pour android.widget.ScrollView.setSmoothScrollingEnabled(boolean).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à