MobileForms Toolkit Documentation

ScrollBar.Value Property

Gets or sets a numeric value that represents the current position of the thumb on the scroll bar control.

public int Value {get; set;}

Property Value

A numeric value that is within the Minimum and Maximum range. The default value is 0.

See Also

ScrollBar Class | Resco.Controls.ScrollBar Namespace