ScrollBar.ScrollToLeftEndCommand Field

Definition

The command that scrolls a ScrollBar to the Minimum value for a horizontal ScrollBar.

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

Field Value

Remarks

This command occurs when the user presses the CTRL+HOME keys for a horizontal ScrollBar.

When you implement a ScrollBar as part of a ScrollViewer control, the ScrollViewer executes this command.

XAML Text Usage

< object property=" ScrollBar.ScrollToLeftEndCommand"/>

Applies to