다음을 통해 공유


ScrollBar.ScrollHereCommand 필드

정의

ScrollBar ContextMenu 연 마우스 클릭 지점까지 ScrollBar 스크롤하는 명령입니다.

public: static initonly System::Windows::Input::RoutedCommand ^ ScrollHereCommand;
public static readonly System.Windows.Input.RoutedCommand ScrollHereCommand;
 staticval mutable ScrollHereCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly ScrollHereCommand As RoutedCommand 

필드 값

설명

이 명령은 사용자가 옵션에서 여기 스크롤 선택할 때 발생합니다. ScrollBar 마우스 포인터를 일시 중지하고 마우스 오른쪽 단추를 누르면 ScrollBarContextMenu 나타납니다. 이 메뉴에서는 ScrollBar스크롤하는 옵션을 제공합니다.

이 명령은 ScrollViewer 컨트롤의 일부이며 ScrollViewer의해 실행되는 ScrollBar 대한 것입니다.

XAML 텍스트 사용

< 개체속성="ScrollBar.ScrollHereCommand"/>

적용 대상