Method ChangeSelectionToStartOfTable | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
ChangeSelectionToStartOfTable(bool)
Moves or extends the selection to the first cell in the table (0,0). If FullRowSelect is enabled then selection instead moves to (SelectedColumn,0) i.e. no horizontal scrolling.
public void ChangeSelectionToStartOfTable(bool extend)
Parameters
extend
bool
true to extend the current selection (if any) instead of replacing