Combobox

Combobox is wrapper for ListView, so you should mostly use ListView properties and events.

Also available AutocompleteCombobox, this is Autocomplete with Combobox-like behavior.

Options

  • ListView TListViewCustom

    ListView with items.

  • ToggleButton Button

    Button to show and hide ListView on click.

  • Current TComponent

    Template to display selected items.

  • HideAfterItemToggle bool

    Hide ListView right after item selected or deselected.

Events

  • OnShowListView UnityEvent

    The event raised when ListView showed.

  • OnHideListView UnityEvent

    The event raised when ListView hidden.

  • OnCurrentClick UnityEvent<int, TItem>

    The event raised on click on displayed selected item.