Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: zeus_82 on November 18, 2014, 01:57:25 AM

Title: Increase drag offset of scroll view
Post by: zeus_82 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.
Title: Re: Increase drag offset of scroll view
Post by: zeus_82 on November 24, 2014, 04:08:01 AM
Any help ?
Title: Re: Increase drag offset of scroll view
Post by: ArenMook 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.