Method ChangeSelectionByOffset | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
ChangeSelectionByOffset(int, int, bool)
Moves the SelectedRow and SelectedColumn by the provided offsets. Optionally starting a box selection (see MultiSelect)
public void ChangeSelectionByOffset(int offsetX, int offsetY, bool extendExistingSelection)
Parameters
offsetX
int
Offset in number of columns
offsetY
int
Offset in number of rows
extendExistingSelection
bool
True to create a multi cell selection or adjust an existing one