Filter autocomplete options in Windows mobile app

I am working on a Windows mobile app (C #,. Net 2.0). I would like to use the device autocomplete features for a specific text field, but I want to be more specific than the device provides by default.

for example I want to autocomplete a sentence of a word of a certain length. it would be nice to have several options at once.

can anyone help me, or a link to some useful links?

0


source to share


1 answer


The built-in autocomplete is unfortunately very limited in scope. It would be great if we had some kind of feedback or hook that we could use to intercept and change its behavior, but no. The only way to get the granularity of the control you are using is to auto-populate your own (or find a tripartite) control.



0


source







All Articles