ScrollBar::LineUpCommand Field
.NET Framework (current version)
The command that scrolls a ScrollBar by a small amount in the vertical direction of decreasing value of its Track.
Assembly: PresentationFramework (in PresentationFramework.dll)
This command reduces the Value of the Track in the ScrollBar by the value of the SmallChange property.
This command occurs when the user presses the UP ARROW key.
When you implement a ScrollBar as part of a ScrollViewer control, the ScrollViewer executes this command.
<object property="ScrollBar.LineUpCommand"/>
.NET Framework
Available since 3.0
Available since 3.0
Show: