How to make a basic AutoComplete Textbox using WPF

EDIT: I’ve moved this page to my website.

6 Responses to “How to make a basic AutoComplete Textbox using WPF”

  1. silas1 Says:

    Could you post a sample project? Since I am not sure if this does what i need, it would be cool to see what it does in a small application.

  2. silas1 Says:

    i just went through the tutorial, it does exactly what I am searching for! Thanks a lot for the great post!

    cheers
    Silas

  3. silas1 Says:

    I need to bind the Text property from the TextBox. How do I get access from “outside” to that property? I tried with DependencyProperties but no success yet.

    Could you give me a hint please? Or maby a tutorial :-)

    Thanks
    Silas

  4. Ernest Wilkerson Says:

    I just finished exposing the Text Property as a DependencyProperty. I’ll try to find somewhere to post it.

  5. silas1 Says:

    Please let me know about the post. I have tried to do that but did not succeed. Not sure though if the problem lies at the DependencyProperty or somewhere else. Would be cool to compare the codes.

    Thanks
    Silas

  6. Gianni.blog » Blog Archive » Auto complete TextBox in XAML Says:

    [...] only real solution that I found by flexing my Google-Fu was this pretty old sample by Ernest [...]

Leave a Reply

You must be logged in to post a comment.