Hi to all,
I would using ComboBox in specific behavior:
I populate ItemSource with List<MyModel>, OK.
I have to use IsEditable, IsFilteringEnabled, TextSearchMode that allow me to search through items.
When I want to select an item, I click on it. (Selection item not must be automatic)
After that I'll clear selecteditem.
Can I do it?
I tryed with MouseLeftButtonDown event but it doesn't fire.