Property Value
Value
Gets or sets the scroll position relative to ScrollableContentSize.
public int Value { get; set; }
Property Value
Remarks
The scroll position is clamped to 0 and ScrollableContentSize minus VisibleContentSize.
Setting will result in the ValueChanging and ValueChanged events being raised.