Enum VerticalScrollPosition
The position of the vertical scroll bar.
public enum VerticalScrollPosition
Fields
Left = 0The vertical scroll bar is on the left.
None = 2There is no vertical scroll bar.
Right = 1The vertical scroll bar is on the right.