1
NGUI 3 Support / Re: UIScrollView contents not springing back / staying within panel if anchors moved
« on: March 13, 2016, 12:13:04 PM »Unchecking that checkbox will make it draggable even if it fits.
It already is unchecked (see the video), it's dragging fine. The issue is that it's just not Springing Back to the right place when it exceeds the lower bound (when the lower bound is moved / despite the bound being invalidated).
Video Link: https://www.dropbox.com/s/3hlo04c9zezfp73/scrollview_spring_not_updating.m4v?dl=0
To clarify what I mean:
- In the video I pull down a list between 0:02-0:04 seconds in.
- I switch to the "Education" list (in which the scrollviews contents wouldn't fill the full scroll view area).
- The scroll bar's lower bounds have moved as is shown in the scene view to compensate for this.
- The bounds have been invalidated (viewable at the end of the video in script).
- At 0:09 I try pull the content of the scroller below the lower bound of the UIScrollView.
- It doesn't bounce back.
- Notice it does bounce back then it exceeds the upper bound (as this bound hasn't moved).
- Despite "InvalidateBounds" being called, the SpringPosition component isn't being re-enabled / triggered at the correct point when the contents exceeds the lower bound.

.