Changing height of Layout with nested

Is there any information regarding nested Layout controls and changing the height at run time? I am able to change the height on the parent most layout with no problem(set height on container and run setSizes). But the child layout does not follow. I’ve added the onResizeFinish event handler to run setSizes on the child layout, but it still does not update.

Parent is a 2U, Child is a 2E in cell A of the parent. Cell B on the child is set to a specific fixed height.

Could you provide us code snippets with all sizes, please?
Will try to suggest you.

Ok…

[code]

[/code]

Again, I need cell_sub_B to always be 88px high. cell_sub_A needs to be the cell that adjusts as the window size changes.

Gave the documentation one last look and found setAutoSize(). I added the following and it seems to work now.

subLayout.setAutoSize("", "a");

You outstripped me literally for a minute to the answer.
Good luck!

Sorry about that. I’ve been on leave for a few days. Seems like every time I go away for a few days I come back with a clearer mind and the answer to a problem I’m having can been found quicker.

In any case, This needs to be in the Designer. I started this code there and it works flawlessly without setAutoSize(). Its only when moving the code generated from there into my editor that it has an issue. Very misleading.

Unfortunatelly, today such function is absent in the designer.