Author Topic: Align the UITables Children  (Read 2070 times)

urban

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Align the UITables Children
« on: August 01, 2014, 02:17:35 AM »
HI i have some labels that are children of the UItable object which i want to be center of the uitable's parent object(see picture) at the moment the choice labels pivot to the left.
The pivots on the choice labels should pivot in the center but i cant get this to happen.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Align the UITables Children
« Reply #1 on: August 01, 2014, 09:04:43 PM »
A table doesn't have a pivot to use. UIGrid component has a pivot you can set, but Table always extends toward the right and down. UIAnchor is also a legacy component and should not be used.

I thought about this for a minute then just decided to add a pivot point to the table as well -- you'll see it in the coming update.