Author Topic: Changing ItemSize of UIWrapContent When Scrolling  (Read 3233 times)

Balax

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 1
    • View Profile
Changing ItemSize of UIWrapContent When Scrolling
« 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!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Changing ItemSize of UIWrapContent When Scrolling
« Reply #1 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.