Hi!
I am more than happy user of NGUI and I use scrollview component a lot, but I frequently encounter two things with it that I would like to resolve finally.
1.) I usually have structure like this:
UIScrollView
UITable
(dynamically created items -> for example UISPrite)
so if I at one point have enough items to make table scrollable it scrolls fine but next time when there isn't enough items in the scrollview/table that will cause to scroll it will scroll (even if "Cancel drag if it fits" is set to true)...this happens if I use drag before clicking on the scrollview...I tried everything that I could to reset position,clipping, to reposition table,etc....but no luck. Question is what is the proper way to reseting the scrollview after populating dynamically contents?
2.) When I slide scrollview, for example from left to center of the screen, elements in the scrollview appear to slide more than scrollview and then snap back to proper place. Also when scaling scrollview from 0.1 to 1 for example, for visual effect, often elements in the scroll view doesn't properly position themselves, they snap back when scrollview is clicked/dragged. Is there any workaround for this?
Thanks a lot!