Expand description
A view that allows the user to select an item from a list of items.
The Dropdown struct provides several constructors, each offering different levels of customization and ease of use.
The DropdownCustomStyle struct allows for easy and advanced customization of the dropdown’s appearance.
Structs§
- Close
OnAccept - A property that determines whether the dropdown should close automatically when an item is selected.
- Dropdown
- A customizable dropdown view for selecting an item from a list.
- Dropdown
Accept - Event fired when an item is accepted/selected from the dropdown. Contains the selected value.
- Dropdown
Accept Listener - Listener for
DropdownAcceptevents - Dropdown
Class - A Style class that is applied to all dropdowns.
- Dropdown
Custom Style - A struct that allows for easy custom styling of the
Dropdownusing theDropdown::dropdown_stylemethod or theStyle::custom_stylemethod. - Dropdown
Open Changed - Event fired when the dropdown open state changes
- Dropdown
Open Changed Listener - Listener for
DropdownOpenChangedevents - Dropdown
Preview Class - A Style class that is applied to all dropdown previews.