Aren, sorry to jump in here, but could i get some clarification on that? I see that in example 14 the wrap content wraps the circularly, but im confused on how to get an item list that goes:
UIWrapContent
-- Item 1 -- Item 2 -- Item 3
-- Item 4 -- Item 5 -- Item 6
-- Item 7 -- Item 8 -- Item 9
My goal is to write a script that will loop through images and assign them to each item, then allow the user to scroll down the list. Any help would be very welcomed.