ScrollBar.ScrollToLeftEndCommand 필드

정의

가로 ScrollBar에 대해 MinimumScrollBar 값으로 스크롤하는 명령입니다.

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

필드 값

RoutedCommand

설명

이 명령은 가로 CTRL + HOME 키를 누를 때 발생 ScrollBar합니다.

구현 하는 경우를 ScrollBar 의 일부로 ScrollViewer 컨트롤을 ScrollViewer 이 명령을 실행 합니다.

XAML 텍스트 사용

< object property=" ScrollBar.ScrollToLeftEndCommand"/>

적용 대상