i have wpf textbox suggest words type. don't want functionality combobox has fills you. here example need: example typing text textbox: "i going school @ 12:00pm" in collection have word school. start typing "s" should suggest word school or words in collection starts "s". there control created? or can direct me correct path?
thanks in advance!
in codeproject site there article "wpf autocomplete textbox control" http://www.codeproject.com/articles/26535/wpf-autocomplete-textbox-control
i think may helpful you.
Comments
Post a Comment