Property ScrollOffsetVertical
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
Remarks
Setting a value of less than 0 will result in a offset of 0. To see changes in the UI call SetNeedsDisplay().