Table of Contents

Method MovePageDown

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MovePageDown(bool)

Moves the selection down by the height of the control (1 page).

public void MovePageDown(bool expandSelection = false)

Parameters

expandSelection bool

True if the navigation should add the covered nodes to the selected current selection.

Exceptions

NotImplementedException