I have read in many places that WPF combo does not support autocomplete but I used the IsEditable property and found that the autocomplete was working in WPF 4. Is this a new addition?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, it isn’t
IsEditable has been around since .NET Framework 3.0
Autocompletion usually means displaying the options and filtering those options based on the letters you type. The IsEditable only selects, it does not display.
See what google does in comparison: