Resizing Data Box
Is there a way to fix/resize by user the size of the data box?
Currently the size of the box is set automatically due to the objects in the window.
dt = Open("$SAMPLE_DATA/Big Class.jmp");
New Window("A",
H List Box(
V List Box(dt << New Data Box(), obj = dt << Bivariate(Y(:Weight), X(:Height))),
Spacer Box(<<size(30, 0))
)
);