ScrollBar.ScrollToRightEndCommand フィールド

定義

水平 ScrollBarMaximum 値に ScrollBar をスクロールするコマンド。

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

フィールド値

RoutedCommand

注釈

このコマンドは、ユーザーが Ctrl キーを押しながら END キーを押して水平 ScrollBarキーを押したときに発生します。

コントロールのScrollBarScrollViewer一部として実装すると、このコマンドがScrollViewer実行されます。

XAML テキストの使用法

<object プロパティ=" ScrollBar.ScrollToRightEndCommand"/>

適用対象