Skip to content

Instantly share code, notes, and snippets.

@Manuri
Last active August 29, 2015 14:23
Show Gist options
  • Save Manuri/202490870762ba54922b to your computer and use it in GitHub Desktop.
Save Manuri/202490870762ba54922b to your computer and use it in GitHub Desktop.
var y = dataview.getViewItems()[recordIndex].element.getY();
//scroll to Y coordinate
dataview.getScrollable().getScroller().scrollTo(0, y, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment