deft.controls.listbox

Native list box control.

ListBox wraps the Win32 "ListBox" window class: a scrollable, single-column list of selectable string items. It exposes item management (add / insert / remove / clear), selection access, per-item user data, and delegate-based events for selection changes and item activation (double-click).

Members

Classes

ListBox
class ListBox

A native Win32 list box: a scrollable column of selectable string items.

Enums

ListBoxSelection
enum ListBoxSelection

How many items a list box lets the user select at once.

Meta