Hello,I have a dynamic section in my form. In that I have two fields. When one is expanded, I would like the other to expand to, using this code:var newHeight = xfa.layout.h(TextField1, "in"); TextField2.h = newHeight + "in";The problem is that, when I add a second section dynamically using instance...