다음을 통해 공유


ScrollBar.PageUpCommand 필드

정의

ScrollBar Track값을 줄이는 세로 방향으로 대량으로 스크롤하는 명령입니다.

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

필드 값

예제

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

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

설명

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

이 명령은 사용자가 PAGE UP 키를 누를 때 발생합니다.

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

XAML 텍스트 사용

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

적용 대상

추가 정보