ScrollBar.LineRightCommand 필드

정의

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

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

필드 값

예제

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

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

설명

이 명령은 증가 합니다 ValueTrackScrollBar 값을 기준으로 SmallChange 속성.

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

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

XAML 텍스트 사용

<objectproperty="ScrollBar.LineRightCommand"/>

적용 대상

추가 정보