Partager via


ScrollBar.ScrollToRightEndCommand Champ

Définition

Commande qui fait défiler un ScrollBar vers la valeur Maximum d’un ScrollBarhorizontal.

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 

Valeur de champ

Remarques

Cette commande se produit lorsque l’utilisateur appuie sur les touches Ctrl+FIN pour un ScrollBarhorizontal.

Lorsque vous implémentez un ScrollBar dans le cadre d’un contrôle ScrollViewer, l'ScrollViewer exécute cette commande.

Utilisation du texte XAML

propriété <objet="ScrollBar.ScrollToRightEndCommand"/>

S’applique à