Android Question TabStripViewPager Self Scrolling

EvgenyB4A

Active Member
Licensed User
Longtime User
How can I implement self scrolling pages in TabStripViewPager?
I mean it should look as you move pages by touching the display.
 

DonManfred

Expert
Licensed User
Longtime User
ScrollTo(page, true) <- true = smoothscrolling to the new page
 
Upvote 0

EvgenyB4A

Active Member
Licensed User
Longtime User
I tried it, but it still scrolls rather quickly. I need it much much slower like as you use touch.
 
Upvote 0
Top