ScrollBar.ScrollToRightEndCommand Feld

Definition

Der Befehl, der ScrollBar einen Maximum Bildlauf zum Wert für eine horizontale ScrollBarLeiste durchführt.

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 ScrollBarTaste drückt.

Wenn Sie einen ScrollBar als Teil eines ScrollViewer Steuerelements implementieren, ScrollViewer wird dieser Befehl ausgeführt.

XAML-Textverwendung

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

Gilt für: