Property ScrollOffsetHorizontal | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

ScrollOffsetHorizontal

The amount of tree view that has been scrolled to the right (horizontally).

public int ScrollOffsetHorizontal { get; set; }

Property Value

int

Remarks

Setting a value of less than 0 will result in a offset of 0. To see changes in the UI call SetNeedsDisplay().

Edit this page