scrollX

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