Autocomplete text box in Windows Phone 7

I am creating my first Windows Phone 7 app and I am struggling to find the autocomplete textbox. Is there an easy way to add it to the toolbar? Or do I need to create my own controls?

+2


a source to share


3 answers


One of the Silverlight 3 SDKs, AutoCompleteBox, works relatively well on a phone. It requires minimal style changes to work.



There is a known issue today where it takes two taps to select an item that appears, one to select and the other to "valid". We should have this issue on the platform (bug not in AutoCompleteBox) fixed by the time the phone is ready for development.

+2


a source


The AutoCompleteBox is in the Silverlight Tookit, so you need to add a link to this project.



+2


a source


After researching, it turned out that there is no automatic text control completion for Windows Phone 7 apps, so I had to create it myself ...

0


a source







All Articles