次の方法で共有


ScrollBar.PageUpCommand フィールド

定義

Trackの値を小さくする垂直方向に、ScrollBar を大きくスクロールするコマンド。

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>

注釈

このコマンドは、ScrollBar 内の TrackValue を、LargeChange プロパティの値で減らします。

このコマンドは、ユーザーが PAGE UP キーを押したときに発生します。

ScrollViewer コントロールの一部として ScrollBar を実装すると、ScrollViewer はこのコマンドを実行します。

XAML テキストの使用法

ScrollBar.PageUpCommandオブジェクトプロパティを する

適用対象

こちらもご覧ください