ScrollBar.ScrollToLeftEndCommand 필드

정의

가로 ScrollBar값으로 스크롤 Minimum 하는 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 

필드 값

설명

이 명령은 사용자가 가로 ScrollBar에 대해 Ctrl+HOME 키를 누를 때 발생합니다.

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

XAML 텍스트 사용

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

적용 대상