次の方法で共有


ScrollBar.LineLeftCommand フィールド

定義

Trackの水平方向の値を小さくして ScrollBar をスクロールするコマンド。

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

フィールド値

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

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

注釈

このコマンドを実行すると、ScrollBar 内の TrackValue が、SmallChange プロパティの値によって減少します。

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

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

XAML テキストの使用法

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

適用対象

こちらもご覧ください