is a Style option that specifies how controls should be rendered.
ControlsRendering
is a Style option that specifies how controls should be rendered.
Details
- Possible settings include:
-
Automatic use native control appearances for the computer system "Generic" use generic control appearances
Examples
open all close allBasic Examples (4)
Compare the default and generic appearances of Slider:
{Slider[], Style[Slider[], ControlsRendering -> "Generic"]}{PopupMenu[1, Range[10]], Style[PopupMenu[1, Range[10]], ControlsRendering -> "Generic"]}{Button["xxx"], Style[Button["xxx"], ControlsRendering -> "Generic"]}{Slider2D[], Style[Slider2D[], ControlsRendering -> "Generic"]}Scope (6)
Compare the default and generic appearances of Checkbox:
{Checkbox[], Style[Checkbox[], ControlsRendering -> "Generic"]}{RadioButton[1, 1], Style[RadioButton[1, 1], ControlsRendering -> "Generic"]}{InputField[], Style[InputField[], ControlsRendering -> "Generic"]}{Setter[1, 1], Style[Setter[1, 1], ControlsRendering -> "Generic"]}{Panel["xxx"], Style[Panel["xxx"], ControlsRendering -> "Generic"]}Use generic renderings for controls throughout a Manipulate:
Style[Manipulate[{a, b, c, x, y, z}, {a, {False, True}}, {b, Range[5], RadioButtonBar}, {c, Range[5]}, {x, Range[10]}, {y, {0, 0}, {1, 1}}, {z}], ControlsRendering -> "Generic"]See Also
Related Guides
History
Text
Wolfram Research (2007), ControlsRendering, Wolfram Language function, https://reference.wolfram.com/language/ref/ControlsRendering.html.
CMS
Wolfram Language. 2007. "ControlsRendering." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ControlsRendering.html.
APA
Wolfram Language. (2007). ControlsRendering. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ControlsRendering.html
BibTeX
@misc{reference.wolfram_2026_controlsrendering, author="Wolfram Research", title="{ControlsRendering}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/ControlsRendering.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_controlsrendering, organization={Wolfram Research}, title={ControlsRendering}, year={2007}, url={https://reference.wolfram.com/language/ref/ControlsRendering.html}, note=[Accessed: 12-June-2026]}