Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Balax on January 19, 2015, 08:49:44 AM

Title: Changing ItemSize of UIWrapContent When Scrolling
Post 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!
Title: Re: Changing ItemSize of UIWrapContent When Scrolling
Post by: ArenMook on January 19, 2015, 11:47:09 AM
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.