Partager via


ScrollBar.ScrollToBottomCommand Champ

Définition

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

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 

Valeur de champ

Remarques

Pour une ScrollBarverticale, ce mouvement se produit lorsque l’utilisateur appuie sur les touches CTRL+FIN.

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.ScrollToBottomCommand"/>

S’applique à