Skip to content

Instantly share code, notes, and snippets.

@rainhead
Created October 22, 2010 22:03
Show Gist options
  • Save rainhead/641467 to your computer and use it in GitHub Desktop.
Save rainhead/641467 to your computer and use it in GitHub Desktop.
var scrollBox = scrollView.get('contentDiv'),
maxScroll = scrollBox.get('scrollHeight') - scrollBox.get('clientHeight'),
scrollTop = item.get('scrollTop');
scrollView.scrollTo(Math.min(maxScroll, scrollTop));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment