jump to position

  1. epiCode

    Android Code Snippet Scrollto specific position ( Multiline Label / TextView / Views )

    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...
Top