Author Topic: UIGrid Ordering  (Read 1697 times)

pdcsky

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
UIGrid Ordering
« 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?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIGrid Ordering
« Reply #1 on: July 08, 2014, 11:34:08 AM »
Name them accordingly and turn on alphabetic sorting.