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.
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.