Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,

am new to WPF

i want to implement autocomplete textbox in my application but i dint get hw can i do it,

am reading the previous data from data base so that when am typing if it matched then it has to show autocomplete

thanks in advance
Posted
Updated 8-May-12 19:26pm
v3
Comments
Sergey Alexandrovich Kryukov 9-May-12 1:29am    
Please, always tag your question with relevant tags.
--SA

For example, please see this CodeProject article:
WPF Autocomplete Textbox Control[^].

Not quite enough? http://bit.ly/KEc455[^].

Was that so difficult to perform such search?

—SA
 
Share this answer
 
Comments
Prasad_Kulkarni 9-May-12 1:32am    
+5! :)
Sergey Alexandrovich Kryukov 9-May-12 1:36am    
Thank you, Prasad.
--SA
There are no. of articles on CP, please have a look:

An article showing how to build a WPF autocomplete textbox control with delay input" WPF Autocomplete Textbox Control[^]

A custom control based on a TextBox which allows autocompletion based on a custom filter from any items source.: A Reusable WPF Autocomplete TextBox[^]

This article is about a control that can be used to auto-omplete folders that have been typed into a textbox. It shows just how versatile binding and theming in WPF really is: AutoSuggest and AutoComplete control in WPF[^]

This article demos how to create a textbox which can auto-suggest items at runtime based on input, in this case, disk drive folders: WPF AutoComplete Folder TextBox[^]

Some other sites for AutoComplete Control:
WPF AutoComplete TextBox Control[^]
Intellibox - A WPF auto complete textbox search control[^]

Here's another good link: Click Here[^]

Hope it helps!
 
Share this answer
 
v3
Comments
Sergey Alexandrovich Kryukov 9-May-12 1:30am    
We we doing it at the same time. :-) My 5.
--SA
Prasad_Kulkarni 9-May-12 1:32am    
:) Thank You!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900