Hi All, i am using this very nice Library found here I see that is based on a CustomListView, I was wondering if there is a way to add smoother scrolling transition when going from page to another.
What I'm doing is that I am disabling the finger swipe feature and adding a button so that the user can go from one page to another, this is just the way the app i'm working on requires it.
When I enable the finger swipe I see the transition from page to the next is very nice and smooth, but If I do it by clicking on the Next button and executing AsViewPager1.NextPage then I really don't like the transition very much, it is way too fast and sometimes it gets confusing sometimes as i do not see the smooth transition.
Anyway of adding a smooth transition by code when switching pages horizontally and by clicking on a button rather than by finger swiping?
Thanks all.
Walter
What I'm doing is that I am disabling the finger swipe feature and adding a button so that the user can go from one page to another, this is just the way the app i'm working on requires it.
When I enable the finger swipe I see the transition from page to the next is very nice and smooth, but If I do it by clicking on the Next button and executing AsViewPager1.NextPage then I really don't like the transition very much, it is way too fast and sometimes it gets confusing sometimes as i do not see the smooth transition.
Anyway of adding a smooth transition by code when switching pages horizontally and by clicking on a button rather than by finger swiping?
Thanks all.
Walter