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 键时,将发生此命令。

ScrollViewer 控件中实现 ScrollBar 时,ScrollViewer 将执行此命令。

XAML 文本用法

scrollBar.ScrollToLeftEndCommand 对象属性

适用于