Widget/Listbox
From Gui
< Widget
Revision as of 02:14, 13 June 2009 by 173.11.94.130 (Talk)
A Listbox is a widget from which the user can select one or more options.
Most toolkits (notably not HTML) allow single-row listboxes (also called "combo-boxes") to be editable like Widget/Textarea.
Toolkits do not generally allow multi-row listboxes to be editable.
Properties
- rows (number)
- options (list)
- editable (boolean)
Events
Toolkits That Differ
- HTML does not allow any listboxes to be editable.