E EvgenyB4A Active Member Licensed User Longtime User Feb 7, 2017 #1 How can I implement self scrolling pages in TabStripViewPager? I mean it should look as you move pages by touching the display.
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 Feb 7, 2017 #2 ScrollTo(page, true) <- true = smoothscrolling to the new page Upvote 0
E EvgenyB4A Active Member Licensed User Longtime User Feb 7, 2017 #3 I tried it, but it still scrolls rather quickly. I need it much much slower like as you use touch. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 7, 2017 #4 The animation duration is not configurable. You will need to use a HorizontalScrollView instead. Upvote 0