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 

欄位值

RoutedCommand

備註

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

當您在 控制項中 ScrollViewerScrollBar 作 時,會 ScrollViewer 執行此命令。

XAML 文字使用方式

<object propertyScrollBar.ScrollToBottomCommand ="``"/>

適用於