ScrollBar.PageLeftCommand 필드

정의

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

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

필드 값

예제

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

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

설명

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

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

ScrollBar의 다른 부분 ScrollBar

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

XAML 텍스트 사용

<objectproperty="ScrollBar.PageLeftCommand"/>

적용 대상

추가 정보