c# - Disable autocompletion on windows tablet keyboard for textbox control in a Windows 8.1 store app? -


i stop windows 8.1 store application's tablet keyboard providing autocompletion option when using textbox

is there way set this?

if talking suggestions need add xaml of textbox

istextpredictionenabled="false" 

giving result :

<textbox x:name="txtexample"                                        style="{staticresource textboxstyles}"        istextpredictionenabled="false"/> 

Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -