|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Item
Item[expr, options]
represents an item within constructs such as Grid, Overlay, and Manipulate that displays with expr as the content, and with the specified options applied to the region containing expr.
Details and OptionsDetails and Options
- The following options can typically be given:
-
Alignment Automatic alignment within the containing region Background None background color for the containing region ControlPlacement Automatic when used in Manipulate, where controls should be placed Frame False whether to include a frame around the containing region FrameStyle Automatic style for the frame ItemSize Automatic overall size allowed for the item - Frame->True specifies that a frame should be drawn around all edges of the item.
- Frame->{bottom, left, top, right} specifies what should be drawn on each edge of the item.
- Item effectively modifies the properties of a parent function which supports Item. If Item is not used inside of a function that supports it, the properties specified by Item will not be visible.
New in 6 | Last modified in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
