Hi ArenMook
i have this problem too, i have a scrollview with a children grid, how can i use this wrap system with my grid?
tried to replace my ui grid with an object with ui wrap script but don't work like before : (
I need to populate my scroll objects in runtime, with ui grid it is easy, i just call gridparent.GetComponent<UIGrid>().Reposition(); after i populate my scrollview, but with the wrap script all my objects are in the same place, tried to call gridparent.GetComponent<UIWrapContent>().WrapContent(); after i populate my scrollviews but nothing happen, my items are all in the same location : (
thank you like always!
EDIT: solved using SortBasedOnScrollMovement();, it do the jobs : )