Method ChangeSelectionToEndOfTable | Terminal.Gui v2 (original) (raw)
Namespace
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