ScrollBar.ScrollHereCommand 필드

정의

에서 열린 ScrollBarContextMenu마우스 클릭 지점까지 스크롤 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 

필드 값

설명

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

이 명령은 ScrollBar 컨트롤의 ScrollViewer 일부이며 ScrollViewer.

XAML 텍스트 사용

< object속성="ScrollBar.ScrollHereCommand"/>

적용 대상