Freigeben über


ScrollBar.ScrollToBottomCommand Feld

Definition

Der Befehl, mit dem ein ScrollBar zum wert Maximum scrollt.

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 

Feldwert

Hinweise

Bei einer vertikalen ScrollBartritt diese Bewegung auf, wenn der Benutzer die STRG+ENDE-Taste drückt.

Wenn Sie eine ScrollBar als Teil eines ScrollViewer-Steuerelements implementieren, führt die ScrollViewer diesen Befehl aus.

XAML-Textverwendung

< ObjektEigenschaft="ScrollBar.ScrollToBottomCommand"/>

Gilt für: