Widget/Listbox

From Gui

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.

[edit] Properties

  • id
  • rows (number)
  • options (list)
  • editable (boolean)

[edit] Events

[edit] Toolkits That Differ

  • HTML does not allow any listboxes to be editable.
Personal tools