ScrollBar.ScrollToRightEndCommand Feld

Definition

Der Befehl, der eine ScrollBar zum Maximum-Wert einer horizontalen ScrollBar verschiebt.

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

RoutedCommand

Hinweise

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

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

XAML-Textverwendung

<object property=" ScrollBar.ScrollToRightEndCommand"/>

Gilt für