共用方式為


ScrollBar.ScrollToLeftEndCommand 欄位

定義

ScrollBar 卷動至水準 ScrollBarMinimum 值的命令。

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 鍵時,就會發生此命令。

當您實作 ScrollBar 做為 ScrollViewer 控件的一部分時,ScrollViewer 會執行此命令。

XAML 文字使用方式

scrollBar.ScrollToLeftEndCommand物件屬性

適用於