Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: ysrikanth2011 on May 15, 2014, 12:21:41 AM

Title: NGUI ScrollView Items jump upon interaction
Post by: ysrikanth2011 on May 15, 2014, 12:21:41 AM
Hi ,

I have created a scrollview, created a grid under it  and added some items to the grid.
Added the UIDragScrollView script to each individual items.
I have multiple items under each item.
Some items are changing their positions under interaction ,some time why is it ?

Title: Re: NGUI ScrollView Items jump upon interaction
Post by: ArenMook on May 15, 2014, 12:44:17 AM
Right click the scroll view and choose "Reset Clipping Position". Your content will be repositioned using the Content Origin setting specified on the scroll view. Scroll view will always try to automatically adjust the position of the content so that it's visible -- this won't happen until after you interact with it or until you do the reset.