|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ListPickerBox
ListPickerBox[list, {val1->lbl1, val2->lbl2, ...}]
is a low-level box structure that represents a list pane control.
DetailsDetails
- ListPickerBox is used in the low-level representation of ListPicker. Except for low-level notebook expression manipulation, ListPickerBox should not need to be used directly.
- list is a list of the values
that have been selected in the resulting control, and may be an empty list if no values are selected. list is typically a Dynamic expression.
may be any Mathematica expression.
must be a low-level box representation.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
