ComboBox : Selector
Implemented for: all platforms supported by Uno Platform
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
Property | Supported on |
---|---|
string PlaceholderText | all platforms supported by Uno Platform |
double MaxDropDownHeight | all platforms supported by Uno Platform |
LightDismissOverlayMode LightDismissOverlayMode | all platforms supported by Uno Platform |
bool IsTextSearchEnabled | all platforms supported by Uno Platform |
bool IsDropDownOpen | all platforms supported by Uno Platform |
DataTemplate HeaderTemplate | all platforms supported by Uno Platform |
object Header | all platforms supported by Uno Platform |
object Description | all platforms supported by Uno Platform |
ComboBoxTemplateSettings TemplateSettings | all platforms supported by Uno Platform |
DependencyProperty DescriptionProperty | all platforms supported by Uno Platform |
DependencyProperty HeaderProperty | all platforms supported by Uno Platform |
DependencyProperty HeaderTemplateProperty | all platforms supported by Uno Platform |
DependencyProperty IsDropDownOpenProperty | all platforms supported by Uno Platform |
DependencyProperty IsTextSearchEnabledProperty | all platforms supported by Uno Platform |
DependencyProperty LightDismissOverlayModeProperty | all platforms supported by Uno Platform |
DependencyProperty MaxDropDownHeightProperty | all platforms supported by Uno Platform |
DependencyProperty PlaceholderTextProperty | all platforms supported by Uno Platform |
Implemented methods
Method | Supported on |
---|---|
void OnDropDownClosed(object) | all platforms supported by Uno Platform |
void OnDropDownOpened(object) | all platforms supported by Uno Platform |
Implemented events
Event | Supported on |
---|---|
EventHandler | all platforms supported by Uno Platform |
EventHandler | all platforms supported by Uno Platform |
Below are all properties, methods, and events of ComboBox
that are not currently implemented in Uno.
Not implemented properties
Property | Not supported on |
---|---|
Style TextBoxStyle | all platforms supported by Uno Platform |
string Text | all platforms supported by Uno Platform |
ComboBoxSelectionChangedTrigger SelectionChangedTrigger | all platforms supported by Uno Platform |
Brush PlaceholderForeground | all platforms supported by Uno Platform |
bool IsEditable | all platforms supported by Uno Platform |
bool IsSelectionBoxHighlighted | all platforms supported by Uno Platform |
object SelectionBoxItem | all platforms supported by Uno Platform |
DataTemplate SelectionBoxItemTemplate | all platforms supported by Uno Platform |
DependencyProperty IsEditableProperty | all platforms supported by Uno Platform |
DependencyProperty PlaceholderForegroundProperty | all platforms supported by Uno Platform |
DependencyProperty SelectionChangedTriggerProperty | all platforms supported by Uno Platform |
DependencyProperty TextBoxStyleProperty | all platforms supported by Uno Platform |
DependencyProperty TextProperty | all platforms supported by Uno Platform |
Not implemented events
Event | Not supported on |
---|---|
TypedEventHandler<ComboBox, ComboBoxTextSubmittedEventArgs> TextSubmitted | all platforms supported by Uno Platform |
Last updated Tuesday, 14 May 2024 19:55.