listbox
A listbox is a graphical user interface control that presents a list of items from which the user can select one or more entries. It is typically displayed as a rectangular area with a vertical list and an optional scrollbar for navigating long lists. Users interact with listboxes using the mouse or keyboard, and the control can be configured to allow single or multiple selections.
In single selection mode, only one item can be highlighted at a time. In multiple selection mode,
Items within a listbox may be simple strings or objects that contain a display value and associated
Common platforms include Windows, macOS, GTK, and Qt, each providing its own listbox widgets or equivalents.
Accessibility considerations include keyboard navigation (arrow keys, Home/End, Page Up/Down), focus management, and screen reader labeling