ComponentOne DataGrid for WPF and Silverlight
PageDown Method (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : PageDown Method
if set to true changes the selected row.
Scrolls a page downward.
Syntax
'Declaration
 
Public Function PageDown( _
   ByVal changeSelection As System.Boolean _
) As System.Boolean
public System.bool PageDown( 
   System.bool changeSelection
)

Parameters

changeSelection
if set to true changes the selected row.

Return Value

true, if the scroll occurs
See Also

Reference

C1DataGrid Class
C1DataGrid Members