Question

Does anyone know how to implement a word suggestion popup menu so that when you type letters it will open up popu menu and suggest words that you can choose from and when chosen you can continue typing much like the word suggestion in for example text messages. This feature is already in windows phone 8 if you put the input scope for Textblock to Text but the problem is that you can't input your own words to the dictionary programatically. I was also looking at the autocomplete for windows phone 8 toolkit but the problem there is that you can't continue typing after you have selected the word from list. Any idea how to modify that control so that you can do it ?

Thanks, Jani

No correct solution

OTHER TIPS

You need an AutocompleteBox, this article should help you http://developer.nokia.com/community/wiki/How_to_use_Auto_Complete_Box_in_Windows_Phone

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top