Components

ListBox and ComboBox

ComboBox is quite similar to ListBox, however
  • It has a drop-down list.
  • You may make the combo box editable (look at Parameters panel) – and user may not only pick up the items but enter the new one
  • There is a RowCount parameter that tells how many items are displayed in drop-down list

    Test your movie with ListBox and ComboBox

    Next