|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Pane
Pane[expr]
displays as a pane containing expr.
Pane[expr, w]
makes the pane be w printer's points wide, linewrapping the contents if necessary.
Pane[expr, {w, h}]
makes the pane be w points wide and h points high, shrinking the contents if necessary.
Details and OptionsDetails and Options
- The following options can be given:
-
Alignment {Automatic,Automatic} how to align objects in the display area AppearanceElements Automatic elements to include in the displayed pane BaselinePosition Automatic what to align with a surrounding text baseline BaseStyle {} base style specifications for the pane ContentPadding True whether to shrink the margins tightly around the contents ImageMargins 0 margins to add outside the display area ImageSize Automatic the overall image size of the displayed pane ImageSizeAction Automatic what to do if the content size does not match the image size Scrollbars False whether to include scrollbars ScrollPosition {0,0} scroll position if scrolling is enabled - With a typical default stylesheet, Pane[expr] with no additional options displays exactly like expr.
- Pane[expr, w] is equivalent to Pane[expr, ImageSize->w, ImageSizeAction->"Clip"].
- Pane[expr, {w, h}] is by default equivalent to Pane[expr, ImageSize->{w, h}, ImageSizeAction->"ResizeToFit"].
- Pane[expr, {w, h}, Scrollbars->Automatic] effectively uses ImageSizeAction->"Clip".
- The setting ImageSizeAction->"Scrollable" makes the contents of the pane scrollable if necessary.
- Possible elements in AppearanceElements include
. - The settings for BaseStyle are appended to the default style typically given by the
style in the current stylesheet.
New in 6 | Last modified in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

