Table of Contents

Method ScrollLeft

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ScrollLeft(int)

Scrolls the view to the left

public bool ScrollLeft(int cols)

Parameters

cols int

Number of columns to scroll by.

Returns

bool

true, if left was scrolled, false otherwise.