次の方法で共有


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 

フィールド値

注釈

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

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

XAML テキストの使用法

ScrollBar.ScrollToRightEndCommandオブジェクトプロパティを

適用対象