Table of Contents

Method ScrollRight

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ScrollRight(int)

Scrolls the view to the right.

public bool ScrollRight(int cols)

Parameters

cols int

Number of columns to scroll by.

Returns

bool

true, if right was scrolled, false otherwise.