Table of Contents

Method ScrollVertical

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ScrollVertical(int)

Scrolls the view vertically by the specified number of rows.

public bool? ScrollVertical(int rows)

Parameters

rows int

Returns

bool?

true if the Viewport was changed.

Remarks