SystemParameters.ListBoxSmoothScrolling Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si l'effet de défilement lent pour les zones de liste est activé.
public:
static property bool ListBoxSmoothScrolling { bool get(); };
public static bool ListBoxSmoothScrolling { [System.Security.SecurityCritical] get; }
public static bool ListBoxSmoothScrolling { get; }
[<get: System.Security.SecurityCritical>]
static member ListBoxSmoothScrolling : bool
static member ListBoxSmoothScrolling : bool
Public Shared ReadOnly Property ListBoxSmoothScrolling As Boolean
Valeur de propriété
true
si l'effet de défilement lent est activé ; sinon, false
.
- Attributs
Remarques
Mappe à SPI_GETLISTBOXSMOOTHSCROLLING. Consultez SystemParametersInfo.
Utilisation des attributs XAML
<
object property="{ SystemParameters.ListBoxSmoothScrolling}
"/>