다음을 통해 공유


ScrollBar.ScrollToLeftEndCommand 필드

정의

가로 ScrollBarMinimum 값으로 ScrollBar 스크롤하는 명령입니다.

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 

필드 값

설명

이 명령은 사용자가 가로 ScrollBarCtrl+HOME 키를 누를 때 발생합니다.

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

XAML 텍스트 사용

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

적용 대상