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
Interactable
bool
Allow users interact with the Combobox.
ListView
TListViewCustom
ListView with items.
RepositionListView
bool
If enabled ListView is automatically positioned to be completely visible if partially hidden by the bottom or right side of the screen.
ChangeRounderCorners
bool
If enabled then corner radiuses will be changed to match the repositioned ListView.
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.