SystemParameters.ListBoxSmoothScrolling Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Wert ab, der angibt, ob der Effekt für den reibungslosen Bildlauf für Listenfelder aktiviert ist.
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
Eigenschaftswert
truewenn der Effekt für einen reibungslosen Bildlauf aktiviert ist; andernfalls . false
- Attribute
Hinweise
Ordnet SPI_GETLISTBOXSMOOTHSCROLLING zu. Siehe SystemParametersInfo.
XAML-Attributverwendung
<
object property="{ SystemParameters.ListBoxSmoothScrolling}"/>