Method ChangeSelectionToStartOfTable | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

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

Edit this page