Table of Contents

Method ScrollHorizontal

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ScrollHorizontal(int)

Scrolls the view horizontally by the specified number of columns.

public bool? ScrollHorizontal(int cols)

Parameters

cols int

Returns

bool?

true if the Viewport was changed.

Remarks