Icon TListBox

Unit: WebLists

Inherits From TListControl

Available In: Visual Client Applications

The TListBox component represents a listbox control for displaying a list of selectable items specified by the Items property. Multiple items can be selected if the MultiSelect property is set to True.

Information This control is a virtual control, meaning that it can store and display very large numbers of items efficiently by only using UI elements for the visible items in the control.


Image