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).
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).