SystemParameters.ListBoxSmoothScrolling 属性

定义

获取一个值,该值指示是否启用列表框的平滑滚动效果。

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

属性值

如果已启用平滑滚动效果,则为 true;否则为 false

属性

注解

映射到SPI_GETLISTBOXSMOOTHSCROLLING。 请参阅 SystemParametersInfo

XAML 属性使用方法

<object property=“{ SystemParameters.ListBoxSmoothScrolling}”/>

适用于