ComboBox : Selector
Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of ComboBox that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
In addition, ComboBox has Uno-specific documentation here.
To better understand how ComboBox works, you can use the Uno Gallery or run your own tests on the Uno Playground.
Implemented properties
Implemented methods
| Method | Supported on |
|---|---|
| void OnDropDownClosed(object) | WASM, Skia, Mobile |
| void OnDropDownOpened(object) | WASM, Skia, Mobile |
Implemented events
| Event | Supported on |
|---|---|
| EventHandler | WASM, Skia, Mobile |
| EventHandler | WASM, Skia, Mobile |
| TypedEventHandler<ComboBox, ComboBoxTextSubmittedEventArgs> TextSubmitted | WASM, Skia, Mobile |
Below are all properties, methods, and events of ComboBox that are not currently implemented in Uno.
Not implemented properties
Not implemented methods
| Method | Not supported on |
|---|---|
| void OnDropDownClosed(object) | MacOS |
| void OnDropDownOpened(object) | MacOS |
Not implemented events
| Event | Not supported on |
|---|---|
| EventHandler | MacOS |
| EventHandler | MacOS |
| TypedEventHandler<ComboBox, ComboBoxTextSubmittedEventArgs> TextSubmitted | MacOS |
Last updated Wednesday, 10 December 2025 23:56.