Property ScrollOffsetHorizontal
ScrollOffsetHorizontal
The amount of tree view that has been scrolled to the right (horizontally).
public int ScrollOffsetHorizontal { get; set; }
Property Value
Remarks
Setting a value of less than 0 will result in an offset of 0. To see changes in the UI call
SetNeedsDraw(). This property delegates to Viewport.X.