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?