Table of Contents

Method MoveCursorToStartOfTable

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

MoveCursorToStartOfTable(bool, ICommandContext?)

Moves the cursor (or extends the selection) to the first cell in the table (0,0). If FullRowSelect is enabled then the cursor instead moves to (cursor.X, 0) — no horizontal scrolling.

public bool MoveCursorToStartOfTable(bool extend, ICommandContext? ctx)

Parameters

extend bool

true to extend the current selection (if any) instead of replacing

ctx ICommandContext

The command context

Returns

bool