Vertical Alignment for Line Up Box
I'm combining text box, number edit box and button box in a lineup box alignment but ended up getting a display which is not necessarily straight (see snapshot). Is there a way to address this so that each box are align proportionally ?new window("Test",
line up box(ncol(3),
Text box("Variable 1"),Number edit box(0),Button box("Create Column"),
Text box("Variable 2"),Number edit box(0),TExt b
...