cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Have your say in shaping JMP's future by participating in the new JMP Wish List Prioritization Survey
Choose Language Hide Translation Bar
tom_abramov
Level V

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",
HlistBox(
V List Box(
dt << New Data Box(),
obj = dt << Bivariate( Y( :Weight ), X( :Height ) )
),
Spacer Box(<<size(30,0)))
);
0 REPLIES 0