Share via


SystemParameters.ListBoxSmoothScrolling Vlastnost

Definice

Získá hodnotu označující, zda je povoleno efekt plynulého posouvání pro seznamy.

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

Hodnota vlastnosti

truepokud je efekt plynulého posouvání povolen; v opačném případě . false

Atributy

Poznámky

Mapuje se na SPI_GETLISTBOXSMOOTHSCROLLING. Viz SystemParametersInfo.

Použití atributu XAML

<object property="{ SystemParameters.ListBoxSmoothScrolling}"/>

Platí pro