Author Topic: NGUI scroll view: Springs Issue  (Read 2399 times)

Cheong

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 8
    • View Profile
NGUI scroll view: Springs Issue
« on: September 30, 2015, 10:31:27 PM »
Dear Readers,

I have scroll view UI created using NGUI tools referring to NGUI sample scenes. In my scene, the first UI child object under scroll view did not bounce back to the original position (bounce back only a little) when the drag is over the top limit. Same goes to last child UI object. Is there any tips to resolve this? Any help would be appreciated.

Thanks.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI scroll view: Springs Issue
« Reply #1 on: October 01, 2015, 02:18:43 AM »
Assuming you used a widget for each child item of your scroll view, make sure this widget's region actually covers the entire content underneath it.