Method ChangeSelectionToEndOfTable | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

ChangeSelectionToEndOfTable(bool)

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

public void ChangeSelectionToEndOfTable(bool extend)

Parameters

extend bool

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

Edit this page