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

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -