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

Применяется к