C# WPF AutoCompleteBox select first element when pressing Tab button
I use an AutoCompleteBox to filter a large list.
Currently when not pressing KeyDown or clicking an element of the list by mouse, nothing is selected when I press Tab button.
C# WPF AutoCompleteBox select first element when pressing Tab button
I use an AutoCompleteBox to filter a large list.
Currently when not pressing KeyDown or clicking an element of the list by mouse, nothing is selected when I press Tab button.