ListBox

The ListBox control is used to display a list of items that the user can interact with. It is typically bound to a List or NMXList option type.

Properties

PropertyDescription
nameThe name of the control.
labelThe label displayed above the list box.
fullWidth(Optional) If true, the control takes up the full width of the panel.

Supported Option Types

Example

- type: ListBox
  name: variables
  label: Select variables