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

適用対象