getScroll/setScroll properties not working

It seems that get/setScroll functions of a field don’t work. I always get the scroll position 0.
And setting the scroll position doesn’t work either whatever value I pass along.

Servoy Developer
Version R2 2.2rc1-build 319
Java version 1.4.2-38 (Mac OS X)

Looks like this also doesn’t work in 2.2.rc2
Again always returns 0.

Is there any news on this?

Seems to get the correct x,y but always sets to 0,0.

Running Servoy Developer
Version R2 2.2.1rc2-build 331
Java version 1.4.2_06-b03 (Windows XP)

Works on simple methods, but if you not on a method where you are re-setting the field contents unless you do

application.updateUI();

after you have reset the field and before you set the scroll?