emilsjolander/StickyScrollViewItems

progrematically scrolling to a position in a StickyScrollView

Opened this issue · 0 comments

This doesn't changes the scrolling position as you would expected...

StickyScrollView sv = (StickyScrollView)findViewById(R.id.sticky_scroll);
sv.scrollTo(0, sv.getScrollY()+pixels);