Freigeben über


ScrollBar.ScrollToRightEndCommand Feld

Definition

Der Befehl, mit dem ein ScrollBar zum Maximum Wert für eine horizontale ScrollBarscrollt.

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 

Feldwert

Hinweise

Dieser Befehl tritt auf, wenn der Benutzer die STRG+ENDE-Tasten für eine horizontale ScrollBardrückt.

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

XAML-Textverwendung

< -Eigenschaft="ScrollBar.ScrollToRightEndCommand-"/>

Gilt für: