Getting Gui ScrollViewer vertical offset?

How do you get and set the Y offset in the BABYLON.GUI.ScrollViewer?

I think you can get it through scrollViewer.verticalBar.value where the horizontal one would be scrollViewer.horizontalBar.value

Thanks! exactly what I needed.