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

적용 대상