Partager via


ScrollBar.LineRightCommand Champ

Définition

Commande qui fait défiler un ScrollBar d’une petite quantité dans la direction horizontale de l’augmentation de la valeur de son Track.

public: static initonly System::Windows::Input::RoutedCommand ^ LineRightCommand;
public static readonly System.Windows.Input.RoutedCommand LineRightCommand;
 staticval mutable LineRightCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly LineRightCommand As RoutedCommand 

Valeur de champ

Exemples

L’exemple suivant montre comment spécifier la LineRightCommand dans un modèle de style ScrollBar personnalisé.

<RepeatButton Grid.Column="2" 
              Style="{DynamicResource Scrollbar_LineButton}" 									
              Command="ScrollBar.LineRightCommand" Content=" >" />

Remarques

Cette commande augmente la Value du Track dans la ScrollBar par la valeur de la propriété SmallChange.

Cette commande se produit lorsque l’utilisateur appuie sur la RepeatButtondroite.

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

S’applique à

Voir aussi