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

속성 값

부드러운 스크롤 효과를 사용하도록 설정하면

특성

설명

SPI_GETLISTBOXSMOOTHSCROLLING 매핑합니다. SystemParametersInfo를 참조하세요.

XAML 속성 사용

< object property="{ SystemParameters.ListBoxSmoothScrolling}"/>

적용 대상