Guest User

Untitled

a guest
Dec 11th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <ScrollView id="ScrollView" @loaded="onLoaded">
  2. <ListView for="item in items" class="list-group">
  3. ...
  4.  
  5. onLoaded() {
  6. this.$refs.page.nativeView.getViewById("ScrollView").scrollToVerticalOffset(200, false);
  7. }
Add Comment
Please, Sign In to add comment