ScrollBar.ScrollToRightEndCommand 字段

定义

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

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 

字段值

注解

当用户按水平 ScrollBar的 CTRL+END 键时,将发生此命令。

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

XAML 文本用法

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

适用于