scrollY

Get the y coordinate of the current scroll position.
[read-only property] scrollY([out, retval] int *y)
This property contains the y coordinate of the current scroll position.
VB:
' this is equivalent to viewer.scrollBy dx, dy viewer.scrollTo(viewer.scrollX + dx, viewer.scrollY + dy)
scrollX
scrollTo
scrollBy