ScrollBar.ScrollToRightEndCommand 欄位

定義

命令,將 ScrollBar 捲動至水平 MaximumScrollBar 值。

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

欄位值

備註

當使用者按下水準 ScrollBar 的 CTRL+END 鍵時,就會發生此命令。

當您實 ScrollBar 作 做為 控制項的一 ScrollViewer 部分時,會 ScrollViewer 執行此命令。

XAML 文字使用方式

<object屬性="ScrollBar.ScrollToRightEndCommand"/>

適用於