次の方法で共有


ScrollBar.ScrollToLeftEndCommand フィールド

定義

水平方向の ScrollBarMinimum 値まで ScrollBar をスクロールするコマンド。

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

フィールド値

注釈

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

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

XAML テキストの使用法

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

適用対象