次の方法で共有


ScrollBar.LineUpCommand フィールド

定義

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

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

フィールド値

次の例は、カスタム ScrollBar スタイル テンプレートで LineUpCommand を指定する方法を示しています。

<RepeatButton Grid.Row="0" 
              Style="{DynamicResource Scrollbar_LineButton}" 
              Command="ScrollBar.LineUpCommand" Content=" ^" />

注釈

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

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

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

XAML テキストの使用法

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

適用対象

こちらもご覧ください