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
| Property | Description |
|---|---|
name | The name of the control. |
label | The label displayed above the list box. |
fullWidth | (Optional) If true, the control takes up the full width of the panel. |
Supported Option Types
ListNMXList
Example
- type: ListBox
name: variables
label: Select variables