ScrollBar.ScrollToLeftEndCommand 欄位

定義

命令,將 ScrollBar 捲動至水平 MinimumScrollBar 值。

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 

欄位值

RoutedCommand

備註

當使用者按下水準 ScrollBar 的 CTRL+HOME 鍵時,就會發生此命令。

當您在 控制項中 ScrollViewerScrollBar 作 時,會 ScrollViewer 執行此命令。

XAML 文字使用方式

<object 屬性 =" ScrollBar.ScrollToLeftEndCommand"/>

適用於