다음을 통해 공유


ScrollBar.LineLeftCommand 필드

정의

Track값을 줄이는 가로 방향으로 ScrollBar 약간씩 스크롤하는 명령입니다.

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

필드 값

예제

다음 예제에서는 사용자 지정 ScrollBar 스타일 템플릿에서 LineLeftCommand 지정하는 방법을 보여줍니다.

<RepeatButton Grid.Column="0" 
              Style="{DynamicResource Scrollbar_LineButton}" 									
              Command="ScrollBar.LineLeftCommand" Content=" <" />

설명

이 명령은 ScrollBarTrackValueSmallChange 속성 값으로 줄입니다.

이 명령은 사용자가 왼쪽 RepeatButton누를 때 발생합니다.

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

XAML 텍스트 사용

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

적용 대상

추가 정보