ScrollBar.ScrollToTopCommand Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public: static initonly System::Windows::Input::RoutedCommand ^ ScrollToTopCommand;
public static readonly System.Windows.Input.RoutedCommand ScrollToTopCommand;
staticval mutable ScrollToTopCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly ScrollToTopCommand As RoutedCommand
Valeur de champ
Remarques
Pour une ScrollBarverticale, ce mouvement se produit lorsque l’utilisateur appuie sur les touches CTRL+ACCUEIL.
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.ScrollToTopCommand"/>
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.