Avalonia: Implement ComboBox

Created on 25 Sep 2015  路  11Comments  路  Source: AvaloniaUI/Avalonia

enhancement

Most helpful comment

Hello! When does a combobox appear IsEditable?

All 11 comments

How does this compare to Dropdown?

ComboBox is like a combined DropDown and TextBox.

So:

  • [ ] Rename to ComboBox(?)
  • [ ] Implement IsEditable

then based on the IsEditable property you could toggle a different template. ComboBox has some autocomplete support as well, though I don't know if its necessary for alpha 3

My thinking was that they would be separate controls - they are in most ui frameworks I've come across, and e.g. the Text property only applies to ComboBox.

I will give this a shot.

As I mentioned in #1070, I'm wondering if an old-style ComboBox such as this is even needed in a modern day application? Some kind of Autocomplete control would be far more useful IMO.

Any implementation of multi-select combobox will be useful for filter panels.

@grokys I guess its implemented and ticket can be closed?

@Krakean we've renamed our DropDown to ComboBox for consistency with WPF/UWP/xamlstandard. It's not an actual combobox, though.

It's not an actual combobox, though.

Note that neither is UWP's combobox afaik.

Hello! When does a combobox appear IsEditable?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kekekeks picture kekekeks  路  4Comments

GitHubington picture GitHubington  路  3Comments

khoshroomahdi picture khoshroomahdi  路  4Comments

danwalmsley picture danwalmsley  路  4Comments

RUSshy picture RUSshy  路  4Comments