Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Wahooney on February 18, 2014, 02:40:37 PM
-
Hi,
I need to resize my widget when it's parent gets resized, is there some sort of callback to handle that?
-
If the parent is also a widget, there's an onChange callback that you can register.
-
Thanks! I'll try that out :D