ScrollBar.ScrollToEndCommand 字段

定义

将内容滚动到 ScrollViewer 控件右下角的命令。

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

字段值

RoutedCommand

注解

此命令仅用于 ScrollViewer 控件。

XAML 文本用法

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

适用于