|
|
|||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
ContentSize |
| ContentSize is an option for Manipulate and other functions that specifies the size of the content area to use. |
| w | width specified by w | |
| {s} | maximum width and height specified by s | |
| {w,h} | explicit width and height | |
| {{wmax},{hmax}} | width and height maximums | |
| {{wmin,wmax},{hmin,hmax}} | width and height ranges |
| Automatic | automatically size to fit | |
| d | d printer's points (before magnification) | |
| 72di | di inches (before magnification) | |
| Full | fill out the enclosing region | |
| Scaled[s] | a fraction s of the enclosing region |
By default, Manipulate leaves just enough space for its contents:
Manipulate automatically attaches scrollbars if the content area is too small:
|