ScrollBar.LineLeftCommand 필드

정의

ScrollBar 값이 줄어드는 가로 방향으로 Track를 적은 양만큼 스크롤하는 명령입니다.

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 

필드 값

예제

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

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

설명

이 명령은 감소는 ValueTrackScrollBar 의 값으로는 SmallChange 속성.

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

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

XAML 텍스트 사용

<objectproperty="ScrollBar.LineLeftCommand"/>

적용 대상

추가 정보