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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

EnsureValidScrollOffsets()

Updates ColumnOffset and RowOffset where they are outside the bounds of the table (by adjusting them to the nearest existing cell). Has no effect if Table has not been set.

public void EnsureValidScrollOffsets()

Remarks

Changes will not be immediately visible in the display until you call SetNeedsDisplay()

Edit this page