Looking at the SDK manual I can see that I can scroll to a coordinate on the layout using:
layout.scrollToX(x);
layout.scrollToY(y);
However, the manual doesn't mention how to get the current scroll coordinates. I believe this is possible, why shouldn't it be?
EDIT: By doing a quick lookup one can easily find that there are parameters to layout for scrollX and scrollY. One would think this should be documented under the SDK part of the manual?