Mathematica > Dynamic Interactivity > Interactive Manipulation > Options & Styling for Interactive Manipulation > ControlType >

ControlType

ControlType
is an option for Manipulate and related functions that specifies what type of controls should be displayed.
  • ControlType->None specifies that no controls should explicitly be displayed.
  • ControlType specifies that the i^(th) control should be of type .
  • Arbitrary controls can be set up in Manipulate by giving control specifications of the form .
Default Manipulate control:
Override with a Slider2D:
Default ControllerManipulate control:
Add a Slider linked to the same variable:
Specify types for multiple controls:
Default Manipulate control:
Override with a Slider2D:
 
Default ControllerManipulate control:
In[1]:=
Click for copyable input
Out[1]=
Add a Slider linked to the same variable:
In[2]:=
Click for copyable input
Out[2]=
 
Specify types for multiple controls:
By default Manipulate chooses a Manipulator to control the specified variable:
Use ControlType to specify the type of control to use, including None:
Specify the control type for each Manipulate variable separately:
ControlType can be combined with individual variable control specifications:
In the Automatic setting, an appropriate controller is selected:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF