ListBox.HandlesScrolling 속성
정의
protected public:
virtual property bool HandlesScrolling { bool get(); };
protected internal override bool HandlesScrolling { get; }
member this.HandlesScrolling : bool
Protected Friend Overrides ReadOnly Property HandlesScrolling As Boolean
속성 값
ListBox에서 스크롤을 지원하면 true
이고, 그렇지 않으면 false
입니다.true
if the ListBox supports scrolling; otherwise, false
.
설명
컨트롤에 있으면를 ScrollViewer 의 스타일에 있고 사용자 지정 키보드 스크롤 동작이 HandlesScrolling 반환할지 true
.If the control has a ScrollViewer in its style and has a custom keyboard scrolling behavior, HandlesScrolling should return true
.