Язык

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

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