ScrollBar::PageRightCommand Field
.NET Framework (current version)
The command that scrolls a ScrollBar by a large amount in the horizontal direction of increasing value of its Track.
Assembly: PresentationFramework (in PresentationFramework.dll)
This command increases the Value of the Track in the ScrollBar by the value of the LargeChange property.
This command occurs when the user presses the page button that is to the right of the Thumb. The following illustration shows the page buttons in a ScrollBar.

When you implement a ScrollBar as part of a ScrollViewer control, the ScrollViewer executes this command.
<object property="ScrollBar.PageRightCommand"/>
.NET Framework
Available since 3.0
Available since 3.0
Show: