how do i get the current scroll position from the textview ?
The user should scroll down, that I would like to retrieve it above really has scrolled down ...
The scroll position or scroll events are not exposed with TextView. You can instead use xCustomListView and add a text item with AddTextItem. This will allow you to monitor the scrolling position.