ScrollBar.ScrollHereCommand 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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 上暂停鼠标指针并按鼠标右键时,将显示 ScrollBar 的 ContextMenu。 此菜单提供用于滚动 ScrollBar的选项。
此命令适用于属于 ScrollViewer 控件的 ScrollBar,并由 ScrollViewer执行。
XAML 文本用法
scrollBar.ScrollHereCommand