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}”/>

适用于