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 glatte Scrollvorgänge für Listenfelder aktiviert wird.
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
true
, wenn der Effekt für optimierte Scrollvorgänge aktiviert ist, andernfalls false
.
- Attribute
Hinweise
Zuordnung zu SPI_GETLISTBOXSMOOTHSCROLLING. Siehe SystemParametersInfo.
XAML-Attributsyntax
<
object property="{ SystemParameters.ListBoxSmoothScrolling}
"/>