If you have a multiline label or view and wish to scroll to specific position programatically,
( provided native view has mScrollY property), you can use the following code to get or set scrollY position:
( It does not require ScrollView )
Public Sub setScrollY(v As View, pos As Int)
Dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.