共用方式為


ScrollBar.ScrollToBottomCommand 欄位

定義

ScrollBar 卷動至 Maximum 值的命令。

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

欄位值

備註

對於垂直 ScrollBar,當使用者按下 CTRL+END 鍵時,就會發生此動作。

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

XAML 文字使用方式

scrollBar.ScrollToBottomCommand物件屬性

適用於