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

注解

当用户按下水平 ScrollBarCtrl+HOME 键时,将发生此命令。

作为控件的一ScrollViewer部分实现ScrollBar时,执行ScrollViewer此命令。

XAML 文本用法

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

适用于