ScrollBar.PageRightCommand 필드

정의

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

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

필드 값

예제

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

<Style x:Key="ScrollBar_RightTrack" 
       BasedOn="{StaticResource ScrollBar_TrackRepeater}" 
       TargetType="{x:Type RepeatButton}">
  <Setter Property="Command" Value="ScrollBar.PageRightCommand" />
</Style>

설명

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

이 명령은 사용자의 오른쪽에 있는 페이지 단추를 누를 때 발생 합니다 Thumb합니다. 다음 그림에 나와 있는 페이지 단추에는 ScrollBar합니다.

ScrollBar의 여러 부분 ScrollBar

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

XAML 텍스트 사용

<objectproperty="ScrollBar.PageRightCommand"/>

적용 대상

추가 정보