1
NGUI 3 Support / Re: "Endless" scrolling + Drag and Drop
« on: May 23, 2014, 01:58:51 PM »
On the subject of the endless scroll: if someone is looking to add content to a wrapper dynamically and get the "wrap" portions to work correctly, the following code snippet worked for me
- // after all content is added to the Wrapper
- wrapper.SortBasedOnScrollMovement();
- wrapper.WrapContent();