ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / PageDown Method
if set to true changes the selected row.

In This Topic
    PageDown Method
    In This Topic
    Scrolls a page downward.
    Syntax
    'Declaration
     
    
    Public Function PageDown( _
       ByVal changeSelection As Boolean _
    ) As Boolean
    public bool PageDown( 
       bool changeSelection
    )

    Parameters

    changeSelection
    if set to true changes the selected row.

    Return Value

    true, if the scroll occurs
    See Also