Property Position
Position
Gets or sets the position of the slider relative to ScrollableContentSize.
public int Position { get; set; }
Property Value
Remarks
The content position is clamped to 0 and ScrollableContentSize minus VisibleContentSize.
Setting will result in the PositionChanging and PositionChanged events being raised.