SystemParameters.ListBoxSmoothScrolling Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee wordt een waarde opgehaald die aangeeft of het vloeiende scrolleffect voor keuzelijsten is ingeschakeld.
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
Waarde van eigenschap
true als het vloeiende scrolleffect is ingeschakeld; anders, false.
- Kenmerken
Opmerkingen
Wordt toegewezen aan SPI_GETLISTBOXSMOOTHSCROLLING. Zie SystemParametersInfo.
XAML-kenmerkgebruik
<
object property="{ SystemParameters.ListBoxSmoothScrolling}"/>