ScrollBar.LineRightCommand 字段

定义

Track值的水平方向上以少量滚动 ScrollBar 的命令。

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

字段值

示例

以下示例演示如何在自定义 ScrollBar 样式模板中指定 LineRightCommand

<RepeatButton Grid.Column="2" 
              Style="{DynamicResource Scrollbar_LineButton}" 									
              Command="ScrollBar.LineRightCommand" Content=" >" />

注解

此命令将 ScrollBarTrackValue 增加 SmallChange 属性的值。

当用户按下右侧 RepeatButton时,将发生此命令。

ScrollViewer 控件中实现 ScrollBar 时,ScrollViewer 将执行此命令。

XAML 文本用法

scrollBar.LineRightComm and对象属性

适用于

另请参阅