Skip to main content
A newer version of this page is available. .

DocumentViewerBase.ScrollPageDown() Method

Scrolls one page down.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void ScrollPageDown()

Remarks

Use the DocumentViewerBase.ScrollPageUp and ScrollPageDown methods to programmatically perform the same actions performed when an end-user presses the PAGE UP or PAGE DOWN keys.

See Also