Table of Contents

Property ScrollOffsetVertical

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ScrollOffsetVertical

The amount of tree view that has been scrolled off the top of the screen (by the user scrolling down).

public int ScrollOffsetVertical { 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().