Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using button scroll previous, next page #47

Closed
vandanabpatel opened this issue Jun 9, 2017 · 1 comment
Closed

using button scroll previous, next page #47

vandanabpatel opened this issue Jun 9, 2017 · 1 comment

Comments

@vandanabpatel
Copy link

Hi, this is very usefull libray.
With the help of button (previous,next) change page.

@vandanabpatel vandanabpatel changed the title using button scroll privios next page using button scroll previous, next page Jun 9, 2017
@Crone163
Copy link

Use pager.setCurrentItem(pager.getRealItem()+1,true); for next and pager.setCurrentItem(pager.getRealItem()-1,true); for previous. work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants