Table of Contents

Method MoveCursorToEndOfTable

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

MoveCursorToEndOfTable(bool, ICommandContext?)

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

public bool MoveCursorToEndOfTable(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