Table of Contents

Method MovePageDown

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

MovePageDown(bool)

Changes the SelectedItem to the item just below the bottom of the visible list, scrolling if needed.

public bool MovePageDown(bool extend = false)

Parameters

extend bool

If true and MarkMultiple is enabled, extends the selection from the anchor to the new item. If false, clears any existing multi-selection.

Returns

bool

true if the selection was moved.