ScrollBar.ScrollToBottomCommand 字段

定义

ScrollBar 滚动到 Maximum 值的命令。

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

字段值

RoutedCommand

注解

对于垂直 ScrollBar键,当用户按下 Ctrl+END 键时,会发生此移动。

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

XAML 文本用法

<object propertyScrollBar.ScrollToBottomCommand ="``"/>

适用于