Hi,
I'm adding buttons to a UI element at runtime, and i'm using the Tk2dUILayoutContainerSizer to layout my buttons. I cant seem to figure out how to have the UILayoutContainerSizer rearrage my buttons are runtime. When I add a button at design time, 2 buttons (i.e. 'Fixed Size' and 'Proportional') appear in Unity Inspector for UILayoutContainerSizer. I can then click one of these, and my buttons get rearraged correctly. I do not get these buttons at runtime however, and I would like to know how to rearrange my buttons using the UILayoutContainerSizer at runtime.
What can I do here? Thanks.