Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Balax on January 19, 2015, 08:49:44 AM
-
I am using UIWrapContent to make a recyclable list!
It 's OK for same itemsize object but how can I adjust gap between,
different size list item?
I wanna do like this!
※SampleImage is Attached!
-
UIWrapContent script is basically a grid that repositions its items. Grid = fixed size cells. If you want it to be flexible, you will need to create your version of that script.