Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Fractalbase on June 16, 2014, 05:16:17 PM

Title: UITables: anchoring ui elements
Post by: Fractalbase on June 16, 2014, 05:16:17 PM
I seem to have some trouble with anchoring ui elements to tables (including nested tables)... any recommendations?
Title: Re: UITables: anchoring ui elements
Post by: ArenMook on June 17, 2014, 01:28:08 PM
Table is a script that repositions the contents. Anchoring to something that changes its own size is not advised, as the anchoring system doesn't know anything about how the table works. You should be anchoring widgets to other widgets instead.