Author Topic: Increase drag offset of scroll view  (Read 4785 times)

zeus_82

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 6
    • View Profile
Increase drag offset of scroll view
« on: November 18, 2014, 01:57:25 AM »
Hi There,

I have scroll view, with the following go hierarchy:
ScrollView
     UIWrapContent - UICenterOnChild
          item1
          item2
          .
          item10

I want the scroll view to scroll too much on a small swipe in finger.
so that on a very small swipe by user, I want the scroll view to scroll to next item

Thanks for help.

zeus_82

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 6
    • View Profile
Re: Increase drag offset of scroll view
« Reply #1 on: November 24, 2014, 04:08:01 AM »
Any help ?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Increase drag offset of scroll view
« Reply #2 on: November 25, 2014, 01:20:02 AM »
Next page threshold is specified on the UICenterOnChild, so I'm not sure what you're asking here.