Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: pdcsky on July 07, 2014, 11:29:11 PM

Title: UIGrid Ordering
Post by: pdcsky on July 07, 2014, 11:29:11 PM
I have a list of items that are instantiated into a GRID with names such as "item1" "item2" "item3" so on.
The grid displays them pretty good as
item1
item2
item3


However is there a way I can change this UIGrid Order to

item3
item2
item1

so that the latest prefab items instantiated are displayed at the top?
Title: Re: UIGrid Ordering
Post by: ArenMook on July 08, 2014, 11:34:08 AM
Name them accordingly and turn on alphabetic sorting.