Condividi tramite


ScrollBar.LineRightCommand Campo

Definizione

Comando che scorre un ScrollBar di una piccola quantità nella direzione orizzontale del valore crescente del relativo 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 

Valore del campo

Esempio

Nell'esempio seguente viene illustrato come specificare il LineRightCommand in un modello di stile ScrollBar personalizzato.

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

Commenti

Questo comando aumenta la Value del Track nel ScrollBar in base al valore della proprietà SmallChange.

Questo comando si verifica quando l'utente preme il RepeatButtondestro.

Quando si implementa un ScrollBar come parte di un controllo ScrollViewer, il ScrollViewer esegue questo comando.

Utilizzo del testo XAML

< proprietàoggetto="ScrollBar.LineRightCommand"/>

Si applica a

Vedi anche