ScrollBar.ScrollHereCommand 字段

定义

ScrollBar 滚动到在 ScrollBar中打开 ContextMenu 的鼠标单击点的命令。

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

字段值

注解

当用户从 ContextMenu 选项中选择 “滚动此处” 时,将发生此命令。 当用户在 ScrollBar 上暂停鼠标指针并按鼠标右键时,将显示 ScrollBarContextMenu。 此菜单提供用于滚动 ScrollBar的选项。

此命令适用于属于 ScrollViewer 控件的 ScrollBar,并由 ScrollViewer执行。

XAML 文本用法

scrollBar.ScrollHereCommandobject属性

适用于