VerticalScrollBarValue
Introduction
VerticalScrollBarValue
is the current value of the ScrollViewer
's vertical scroll bar. This value returns the current scroll bar value, and it can be assigned to force the scroll position.
This range for this value is between 0 and VerticalScrollBarMaximum
.
Code Example - Getting VerticalScrollBarValue
The following code gets the VerticalScrollBarValue and displays it using a Label.
Last updated
Was this helpful?