c# - WPF Auto Complete Text box property -


i new c# , wpf. have been developing , application in need use auto complete text box. that, follow article in link. http://net-informations.com/q/faq/autocomplete.html

but when code, visual studio gives me error saying,

'system.windows.controls.textbox' not contain definition 'autocompletesource' , no extension method 'autocompletesource'....

as think reason might be, wpf not contain definition auto complete textbox. therefore found in comment second answer in this question, added wpf toolkit , added reference project(as described here).

but still don't see autocomplete text box getting appeared in tool box , above mentioned error getting disappeared.

why , how can autocomplete text box tool box?

wpf doesn't have in-built autocomplete textbox. need use third-party software, try this;

wpf textbox autocomplete 1.0.2

or

wpf autocomplete

the article following uses winforms, wpf new version of.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -