Livecycle eg adjust field height Adjusting the height of a field at run time
var newHeight = xfa.layout.h(TextField1, “in”);
TextField2.h = newHeight + “in”;

Adjusting the height of a field at run time