TcxListBox Object

Applies to TestComplete 15.62, last modified on March 14, 2024

The TcxListBox component provides a scrollable list of items that the user can select or deselect.

The Items property holds a list of items displayed in the list box. To automatically sort the items, set the Sorted property to True. The Columns property lets you organize list box items into several columns.

The MultiSelect property specifies whether the list box allows a user to select a single item or multiple items. The ExtendedSelect property specifies the selection mode if multiple selection is enabled. To enable the incremental search feature (selecting an item by typing the item’s caption), set the AutoComplete property to True.

To select and unselect items in the list box, use the ItemIndex and Selected properties.

The TcxListBox component also provides a number of events that you can process in your scripts.

TcxListBox Properties

TcxListBox Methods

TcxListBox Events

See Also

User Forms
TcxComboBox Object

Highlight search results