次の方法で共有


ScrollBar.LineRightCommand フィールド

定義

Trackの増加値の水平方向に少量ずつ ScrollBar をスクロールするコマンド。

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

フィールド値

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

<RepeatButton Grid.Column="2" 
              Style="{DynamicResource Scrollbar_LineButton}" 									
              Command="ScrollBar.LineRightCommand" Content=" >" />

注釈

このコマンドを実行すると、ScrollBarTrackValue が、SmallChange プロパティの値によって増加します。

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

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

XAML テキストの使用法

ScrollBar.LineRightCommandプロパティオブジェクトを します

適用対象

こちらもご覧ください