Wolfram Technology Guide: Automated Table Layout
◄
previous
|
next
►
Arbitrary Tabular User Interface Layout
Mathematica
makes it easy to create--on the fly--any form of user interface layout, here a random array of sliders and checkboxes.
In[1]:=
Grid[Table[ RandomChoice[{Slider[ImageSize -> Tiny], Checkbox[]}], {15}, {5}], Frame -> All]
Out[1]=