ScrollBar.ScrollToRightEndCommand 字段

定义

滚动到ScrollBarMaximum水平ScrollBar值的命令。

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

字段值

注解

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

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

XAML 文本用法

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

适用于