This shows you the differences between two versions of the page.
| Next revision | Previous revision |
| scripting:dialogs:listbox [2015/03/26 15:47] – created admin | scripting:dialogs:listbox [2018/01/10 20:41] (current) – external edit 127.0.0.1 |
|---|
| ====== Multi Selection List Box ====== | ====== List Box ====== |
| |
| {{ :scripting:dialogs:listbox.png|List box example}} | {{ :scripting:dialogs:listbox.png|List box example}} |
| | **id** | empty | id (name) of the script data object associated with control | | | **id** | empty | id (name) of the script data object associated with control | |
| | **align** | stretched | [[scripting:dialogs:align|Alignment]] of the control | | | **align** | stretched | [[scripting:dialogs:align|Alignment]] of the control | |
| | **selected_index** | empty | Index of selected item. Indicates fixed list. | | | **selected_index** | -1 | Index of selected item. Indicates fixed list. | |
| | **required** | false | required property of the control (if control is initial, "positive" buttons will be disabled) | | | **required** | false | required property of the control (if control is initial, "positive" buttons will be disabled) | |
| | **minwidth** | 12 | Minimum width, in characters of the list box control | | | **minwidth** | 0 | Minimum width, in characters of the list box control | |
| |
| ===== Items ===== | ===== Items ===== |